From a6447ce3922b00ff6c7655d6756d5729a20dfcee Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 8 May 2019 13:56:21 -0700 Subject: [PATCH] [AutoPR] netapp/resource-manager (#4948) * [AutoPR netapp/resource-manager] Initial stable version (#4890) * Generated from 0d5ee15214bbfdeb6cf1e6c406014d7f7f5dbf41 Merge pull request #16 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 standard * Packaging update of azure-mgmt-netapp * Generated from 8153135b38dbcaf4b145bad5db7d4e662b053ef5 Merge pull request #17 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard * Generated from 194e44a6ce8900ab9dcdc934c61e527e45f685af Merge pull request #19 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 RP standard * ChangeLog * NFSAAS-2318 rerun tests for R4 RP standard (#5144) --- azure-mgmt-netapp/HISTORY.rst | 12 + .../azure_net_app_files_management_client.py | 129 ++++- .../azure/mgmt/netapp/models/__init__.py | 13 +- .../mgmt/netapp/models/active_directory.py | 18 +- .../netapp/models/active_directory_py3.py | 20 +- ...e_net_app_files_management_client_enums.py | 14 + .../azure/mgmt/netapp/models/error.py | 52 -- .../azure/mgmt/netapp/models/error_py3.py | 52 -- .../models/resource_name_availability.py | 45 ++ .../models/resource_name_availability_py3.py | 45 ++ .../resource_name_availability_request.py | 48 ++ .../resource_name_availability_request_py3.py | 48 ++ .../azure/mgmt/netapp/models/snapshot.py | 6 +- .../azure/mgmt/netapp/models/snapshot_py3.py | 8 +- .../azure/mgmt/netapp/models/volume.py | 13 +- .../azure/mgmt/netapp/models/volume_patch.py | 2 +- .../volume_patch_properties_export_policy.py | 6 +- ...lume_patch_properties_export_policy_py3.py | 6 +- .../mgmt/netapp/models/volume_patch_py3.py | 2 +- .../models/volume_properties_export_policy.py | 6 +- .../volume_properties_export_policy_py3.py | 6 +- .../azure/mgmt/netapp/models/volume_py3.py | 15 +- .../netapp/operations/accounts_operations.py | 57 ++- .../operations/mount_targets_operations.py | 16 +- .../mgmt/netapp/operations/operations.py | 16 +- .../netapp/operations/pools_operations.py | 58 ++- .../netapp/operations/snapshots_operations.py | 58 ++- .../netapp/operations/volumes_operations.py | 58 ++- .../azure/mgmt/netapp/version.py | 3 +- azure-mgmt-netapp/setup.py | 1 + ...st_account.test_create_delete_account.yaml | 86 ++-- ...test_account.test_get_account_by_name.yaml | 82 +-- .../test_account.test_list_accounts.yaml | 148 +++--- .../test_account.test_patch_account.yaml | 84 +-- ...st_mounttarget.test_list_mount_target.yaml | 306 ++++++----- .../test_pool.test_create_delete_pool.yaml | 158 +++--- .../test_pool.test_get_pool_by_name.yaml | 185 ++++--- .../recordings/test_pool.test_list_pools.yaml | 228 ++++----- .../recordings/test_pool.test_patch_pool.yaml | 158 +++--- .../test_pool.test_update_pool.yaml | 160 +++--- ..._snapshot.test_create_delete_snapshot.yaml | 356 +++++++------ ...st_snapshot.test_get_snapshot_by_name.yaml | 316 ++++++------ .../test_snapshot.test_list_snapshots.yaml | 406 ++++++++------- ...volume.test_create_delete_list_volume.yaml | 312 ++++++------ .../test_volume.test_get_volume_by_name.yaml | 313 ++++++------ .../test_volume.test_list_volumes.yaml | 482 +++++++----------- .../test_volume.test_patch_volume.yaml | 338 +++++++----- .../test_volume.test_update_volume.yaml | 318 ++++++------ azure-mgmt-netapp/tests/setup.py | 6 +- 49 files changed, 2894 insertions(+), 2381 deletions(-) delete mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/error.py delete mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/error_py3.py create mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability.py create mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_py3.py create mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request.py create mode 100644 azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request_py3.py diff --git a/azure-mgmt-netapp/HISTORY.rst b/azure-mgmt-netapp/HISTORY.rst index 147e0891b8c7..c83ab3561a86 100644 --- a/azure-mgmt-netapp/HISTORY.rst +++ b/azure-mgmt-netapp/HISTORY.rst @@ -3,6 +3,18 @@ Release History =============== +0.4.0 (2019-04-29) +++++++++++++++++++ + +**Features** + +- Model Volume has a new parameter baremetal_tenant_id +- Model Volume has a new parameter snapshot_id + +**Breaking changes** + +- Model ActiveDirectory fixing d_ns to dns, and s_mb_server_name to smb_server_name + 0.3.0 (2019-03-25) ++++++++++++++++++ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/azure_net_app_files_management_client.py b/azure-mgmt-netapp/azure/mgmt/netapp/azure_net_app_files_management_client.py index f455ceed3ee2..23f5fb8c5312 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/azure_net_app_files_management_client.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/azure_net_app_files_management_client.py @@ -13,6 +13,11 @@ from msrest import Serializer, Deserializer from msrestazure import AzureConfiguration from .version import VERSION +from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError +from msrest.polling import LROPoller, NoPolling +from msrestazure.polling.arm_polling import ARMPolling +import uuid from .operations.operations import Operations from .operations.accounts_operations import AccountsOperations from .operations.pools_operations import PoolsOperations @@ -92,7 +97,7 @@ def __init__( super(AzureNetAppFilesManagementClient, self).__init__(self.config.credentials, self.config) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2017-08-15' + self.api_version = '2019-05-01' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) @@ -108,3 +113,125 @@ def __init__( self._client, self.config, self._serialize, self._deserialize) self.snapshots = SnapshotsOperations( self._client, self.config, self._serialize, self._deserialize) + + def check_name_availability( + self, location, custom_headers=None, raw=False, **operation_config): + """Check resource name availability. + + Check if a resource name is available. + + :param location: The location + :type location: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: ResourceNameAvailability or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.netapp.models.ResourceNameAvailability or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.check_name_availability.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'location': self._serialize.url("location", location, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.post(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('ResourceNameAvailability', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + check_name_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability'} + + def check_file_path_availability( + self, location, custom_headers=None, raw=False, **operation_config): + """Check file path availability. + + Check if a file path is available. + + :param location: The location + :type location: str + :param dict custom_headers: headers that will be added to the request + :param bool raw: returns the direct response alongside the + deserialized response + :param operation_config: :ref:`Operation configuration + overrides`. + :return: ResourceNameAvailability or ClientRawResponse if raw=true + :rtype: ~azure.mgmt.netapp.models.ResourceNameAvailability or + ~msrest.pipeline.ClientRawResponse + :raises: :class:`CloudError` + """ + # Construct URL + url = self.check_file_path_availability.metadata['url'] + path_format_arguments = { + 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), + 'location': self._serialize.url("location", location, 'str') + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} + query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + + # Construct headers + header_parameters = {} + header_parameters['Accept'] = 'application/json' + if self.config.generate_client_request_id: + header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) + if custom_headers: + header_parameters.update(custom_headers) + if self.config.accept_language is not None: + header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') + + # Construct and send request + request = self._client.post(url, query_parameters, header_parameters) + response = self._client.send(request, stream=False, **operation_config) + + if response.status_code not in [200]: + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp + + deserialized = None + + if response.status_code == 200: + deserialized = self._deserialize('ResourceNameAvailability', response) + + if raw: + client_raw_response = ClientRawResponse(deserialized, response) + return client_raw_response + + return deserialized + check_file_path_availability.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability'} diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py index 68d7454c57bc..3806d141348a 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/__init__.py @@ -15,6 +15,8 @@ from .metric_specification_py3 import MetricSpecification from .service_specification_py3 import ServiceSpecification from .operation_py3 import Operation + from .resource_name_availability_py3 import ResourceNameAvailability + from .resource_name_availability_request_py3 import ResourceNameAvailabilityRequest from .active_directory_py3 import ActiveDirectory from .net_app_account_py3 import NetAppAccount from .net_app_account_patch_py3 import NetAppAccountPatch @@ -28,13 +30,14 @@ from .mount_target_py3 import MountTarget from .snapshot_py3 import Snapshot from .snapshot_patch_py3 import SnapshotPatch - from .error_py3 import Error, ErrorException except (SyntaxError, ImportError): from .operation_display import OperationDisplay from .dimension import Dimension from .metric_specification import MetricSpecification from .service_specification import ServiceSpecification from .operation import Operation + from .resource_name_availability import ResourceNameAvailability + from .resource_name_availability_request import ResourceNameAvailabilityRequest from .active_directory import ActiveDirectory from .net_app_account import NetAppAccount from .net_app_account_patch import NetAppAccountPatch @@ -48,7 +51,6 @@ from .mount_target import MountTarget from .snapshot import Snapshot from .snapshot_patch import SnapshotPatch - from .error import Error, ErrorException from .operation_paged import OperationPaged from .net_app_account_paged import NetAppAccountPaged from .capacity_pool_paged import CapacityPoolPaged @@ -56,6 +58,8 @@ from .mount_target_paged import MountTargetPaged from .snapshot_paged import SnapshotPaged from .azure_net_app_files_management_client_enums import ( + InAvailabilityReasonType, + CheckNameResourceTypes, ServiceLevel, ) @@ -65,6 +69,8 @@ 'MetricSpecification', 'ServiceSpecification', 'Operation', + 'ResourceNameAvailability', + 'ResourceNameAvailabilityRequest', 'ActiveDirectory', 'NetAppAccount', 'NetAppAccountPatch', @@ -78,12 +84,13 @@ 'MountTarget', 'Snapshot', 'SnapshotPatch', - 'Error', 'ErrorException', 'OperationPaged', 'NetAppAccountPaged', 'CapacityPoolPaged', 'VolumePaged', 'MountTargetPaged', 'SnapshotPaged', + 'InAvailabilityReasonType', + 'CheckNameResourceTypes', 'ServiceLevel', ] diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory.py index 42659ca6f112..4e89541ee7ab 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory.py @@ -24,14 +24,14 @@ class ActiveDirectory(Model): :type password: str :param domain: Name of the Active Directory domain :type domain: str - :param d_ns: Comma separated list of DNS server IP addresses for the - Active Directory domain - :type d_ns: str + :param dns: Comma separated list of DNS server IP addresses for the Active + Directory domain + :type dns: str :param status: Status of the Active Directory :type status: str - :param s_mb_server_name: NetBIOS name of the SMB server. This name will be + :param smb_server_name: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes - :type s_mb_server_name: str + :type smb_server_name: str :param organizational_unit: The Organizational Unit (OU) within the Windows Active Directory :type organizational_unit: str @@ -42,9 +42,9 @@ class ActiveDirectory(Model): 'username': {'key': 'username', 'type': 'str'}, 'password': {'key': 'password', 'type': 'str'}, 'domain': {'key': 'domain', 'type': 'str'}, - 'd_ns': {'key': 'dNS', 'type': 'str'}, + 'dns': {'key': 'dns', 'type': 'str'}, 'status': {'key': 'status', 'type': 'str'}, - 's_mb_server_name': {'key': 'sMBServerName', 'type': 'str'}, + 'smb_server_name': {'key': 'smbServerName', 'type': 'str'}, 'organizational_unit': {'key': 'organizationalUnit', 'type': 'str'}, } @@ -54,7 +54,7 @@ def __init__(self, **kwargs): self.username = kwargs.get('username', None) self.password = kwargs.get('password', None) self.domain = kwargs.get('domain', None) - self.d_ns = kwargs.get('d_ns', None) + self.dns = kwargs.get('dns', None) self.status = kwargs.get('status', None) - self.s_mb_server_name = kwargs.get('s_mb_server_name', None) + self.smb_server_name = kwargs.get('smb_server_name', None) self.organizational_unit = kwargs.get('organizational_unit', None) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory_py3.py index 7eec5dc63985..89fd28eb2a22 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/active_directory_py3.py @@ -24,14 +24,14 @@ class ActiveDirectory(Model): :type password: str :param domain: Name of the Active Directory domain :type domain: str - :param d_ns: Comma separated list of DNS server IP addresses for the - Active Directory domain - :type d_ns: str + :param dns: Comma separated list of DNS server IP addresses for the Active + Directory domain + :type dns: str :param status: Status of the Active Directory :type status: str - :param s_mb_server_name: NetBIOS name of the SMB server. This name will be + :param smb_server_name: NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes - :type s_mb_server_name: str + :type smb_server_name: str :param organizational_unit: The Organizational Unit (OU) within the Windows Active Directory :type organizational_unit: str @@ -42,19 +42,19 @@ class ActiveDirectory(Model): 'username': {'key': 'username', 'type': 'str'}, 'password': {'key': 'password', 'type': 'str'}, 'domain': {'key': 'domain', 'type': 'str'}, - 'd_ns': {'key': 'dNS', 'type': 'str'}, + 'dns': {'key': 'dns', 'type': 'str'}, 'status': {'key': 'status', 'type': 'str'}, - 's_mb_server_name': {'key': 'sMBServerName', 'type': 'str'}, + 'smb_server_name': {'key': 'smbServerName', 'type': 'str'}, 'organizational_unit': {'key': 'organizationalUnit', 'type': 'str'}, } - def __init__(self, *, active_directory_id: str=None, username: str=None, password: str=None, domain: str=None, d_ns: str=None, status: str=None, s_mb_server_name: str=None, organizational_unit: str=None, **kwargs) -> None: + def __init__(self, *, active_directory_id: str=None, username: str=None, password: str=None, domain: str=None, dns: str=None, status: str=None, smb_server_name: str=None, organizational_unit: str=None, **kwargs) -> None: super(ActiveDirectory, self).__init__(**kwargs) self.active_directory_id = active_directory_id self.username = username self.password = password self.domain = domain - self.d_ns = d_ns + self.dns = dns self.status = status - self.s_mb_server_name = s_mb_server_name + self.smb_server_name = smb_server_name self.organizational_unit = organizational_unit diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/azure_net_app_files_management_client_enums.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/azure_net_app_files_management_client_enums.py index f810f336b84a..ef1bc0dda8e7 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/azure_net_app_files_management_client_enums.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/azure_net_app_files_management_client_enums.py @@ -12,6 +12,20 @@ from enum import Enum +class InAvailabilityReasonType(str, Enum): + + invalid = "Invalid" + already_exists = "AlreadyExists" + + +class CheckNameResourceTypes(str, Enum): + + microsoft_net_appnet_app_account = "Microsoft.NetApp/netAppAccount" + microsoft_net_appnet_app_accountcapacity_pools = "Microsoft.NetApp/netAppAccount/capacityPools" + microsoft_net_appnet_app_accountcapacity_poolsvolumes = "Microsoft.NetApp/netAppAccount/capacityPools/volumes" + microsoft_net_appnet_app_accountcapacity_poolsvolumessnapshots = "Microsoft.NetApp/netAppAccount/capacityPools/volumes/snapshots" + + class ServiceLevel(str, Enum): standard = "Standard" #: Standard service level diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/error.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/error.py deleted file mode 100644 index 941e7ebc820f..000000000000 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/error.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError - - -class Error(Model): - """Error response describing why the operation failed. - - All required parameters must be populated in order to send to Azure. - - :param code: Required. Error code - :type code: str - :param message: Required. Detailed error message - :type message: str - """ - - _validation = { - 'code': {'required': True}, - 'message': {'required': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(Error, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) - - -class ErrorException(HttpOperationError): - """Server responsed with exception of type: 'Error'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): - - super(ErrorException, self).__init__(deserialize, response, 'Error', *args) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/error_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/error_py3.py deleted file mode 100644 index 1c5b66b42758..000000000000 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/error_py3.py +++ /dev/null @@ -1,52 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError - - -class Error(Model): - """Error response describing why the operation failed. - - All required parameters must be populated in order to send to Azure. - - :param code: Required. Error code - :type code: str - :param message: Required. Detailed error message - :type message: str - """ - - _validation = { - 'code': {'required': True}, - 'message': {'required': True}, - } - - _attribute_map = { - 'code': {'key': 'code', 'type': 'str'}, - 'message': {'key': 'message', 'type': 'str'}, - } - - def __init__(self, *, code: str, message: str, **kwargs) -> None: - super(Error, self).__init__(**kwargs) - self.code = code - self.message = message - - -class ErrorException(HttpOperationError): - """Server responsed with exception of type: 'Error'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): - - super(ErrorException, self).__init__(deserialize, response, 'Error', *args) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability.py new file mode 100644 index 000000000000..397cda55eb33 --- /dev/null +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability.py @@ -0,0 +1,45 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ResourceNameAvailability(Model): + """Information regarding availability of a resource name. + + :param is_available: true indicates name is valid and + available. false indicates the name is invalid, unavailable, + or both. + :type is_available: bool + :param reason: Invalid indicates the name provided does not + match Azure App Service naming requirements. AlreadyExists + indicates that the name is already in use and is therefore unavailable. + Possible values include: 'Invalid', 'AlreadyExists' + :type reason: str or ~azure.mgmt.netapp.models.InAvailabilityReasonType + :param message: If reason == invalid, provide the user with the reason why + the given name is invalid, and provide the resource naming requirements so + that the user can select a valid name. If reason == AlreadyExists, explain + that resource name is already in use, and direct them to select a + different name. + :type message: str + """ + + _attribute_map = { + 'is_available': {'key': 'isAvailable', 'type': 'bool'}, + 'reason': {'key': 'reason', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ResourceNameAvailability, self).__init__(**kwargs) + self.is_available = kwargs.get('is_available', None) + self.reason = kwargs.get('reason', None) + self.message = kwargs.get('message', None) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_py3.py new file mode 100644 index 000000000000..f88d9f403fe0 --- /dev/null +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_py3.py @@ -0,0 +1,45 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ResourceNameAvailability(Model): + """Information regarding availability of a resource name. + + :param is_available: true indicates name is valid and + available. false indicates the name is invalid, unavailable, + or both. + :type is_available: bool + :param reason: Invalid indicates the name provided does not + match Azure App Service naming requirements. AlreadyExists + indicates that the name is already in use and is therefore unavailable. + Possible values include: 'Invalid', 'AlreadyExists' + :type reason: str or ~azure.mgmt.netapp.models.InAvailabilityReasonType + :param message: If reason == invalid, provide the user with the reason why + the given name is invalid, and provide the resource naming requirements so + that the user can select a valid name. If reason == AlreadyExists, explain + that resource name is already in use, and direct them to select a + different name. + :type message: str + """ + + _attribute_map = { + 'is_available': {'key': 'isAvailable', 'type': 'bool'}, + 'reason': {'key': 'reason', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + } + + def __init__(self, *, is_available: bool=None, reason=None, message: str=None, **kwargs) -> None: + super(ResourceNameAvailability, self).__init__(**kwargs) + self.is_available = is_available + self.reason = reason + self.message = message diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request.py new file mode 100644 index 000000000000..e214c816e98b --- /dev/null +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request.py @@ -0,0 +1,48 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ResourceNameAvailabilityRequest(Model): + """Resource name availability request content. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Resource name to verify. + :type name: str + :param type: Required. Resource type used for verification. Possible + values include: 'Microsoft.NetApp/netAppAccount', + 'Microsoft.NetApp/netAppAccount/capacityPools', + 'Microsoft.NetApp/netAppAccount/capacityPools/volumes', + 'Microsoft.NetApp/netAppAccount/capacityPools/volumes/snapshots' + :type type: str or ~azure.mgmt.netapp.models.CheckNameResourceTypes + :param resource_group: Required. Resource group name. + :type resource_group: str + """ + + _validation = { + 'name': {'required': True}, + 'type': {'required': True}, + 'resource_group': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'resource_group': {'key': 'resourceGroup', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ResourceNameAvailabilityRequest, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.type = kwargs.get('type', None) + self.resource_group = kwargs.get('resource_group', None) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request_py3.py new file mode 100644 index 000000000000..9220a2b71899 --- /dev/null +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/resource_name_availability_request_py3.py @@ -0,0 +1,48 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +from msrest.serialization import Model + + +class ResourceNameAvailabilityRequest(Model): + """Resource name availability request content. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Resource name to verify. + :type name: str + :param type: Required. Resource type used for verification. Possible + values include: 'Microsoft.NetApp/netAppAccount', + 'Microsoft.NetApp/netAppAccount/capacityPools', + 'Microsoft.NetApp/netAppAccount/capacityPools/volumes', + 'Microsoft.NetApp/netAppAccount/capacityPools/volumes/snapshots' + :type type: str or ~azure.mgmt.netapp.models.CheckNameResourceTypes + :param resource_group: Required. Resource group name. + :type resource_group: str + """ + + _validation = { + 'name': {'required': True}, + 'type': {'required': True}, + 'resource_group': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'resource_group': {'key': 'resourceGroup', 'type': 'str'}, + } + + def __init__(self, *, name: str, type, resource_group: str, **kwargs) -> None: + super(ResourceNameAvailabilityRequest, self).__init__(**kwargs) + self.name = name + self.type = type + self.resource_group = resource_group diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot.py index cb9b70ef4d1a..2b9c7fa475f9 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot.py @@ -32,8 +32,8 @@ class Snapshot(Model): :type tags: object :ivar snapshot_id: snapshotId. UUID v4 used to identify the Snapshot :vartype snapshot_id: str - :param file_system_id: Required. fileSystemId. UUID v4 used to identify - the FileSystem + :param file_system_id: fileSystemId. UUID v4 used to identify the + FileSystem :type file_system_id: str :ivar creation_date: name. The creation date of the snapshot :vartype creation_date: datetime @@ -47,7 +47,7 @@ class Snapshot(Model): 'name': {'readonly': True}, 'type': {'readonly': True}, 'snapshot_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, - 'file_system_id': {'required': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, + 'file_system_id': {'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, 'creation_date': {'readonly': True}, 'provisioning_state': {'readonly': True}, } diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot_py3.py index ac94c966980f..fb9362306139 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/snapshot_py3.py @@ -32,8 +32,8 @@ class Snapshot(Model): :type tags: object :ivar snapshot_id: snapshotId. UUID v4 used to identify the Snapshot :vartype snapshot_id: str - :param file_system_id: Required. fileSystemId. UUID v4 used to identify - the FileSystem + :param file_system_id: fileSystemId. UUID v4 used to identify the + FileSystem :type file_system_id: str :ivar creation_date: name. The creation date of the snapshot :vartype creation_date: datetime @@ -47,7 +47,7 @@ class Snapshot(Model): 'name': {'readonly': True}, 'type': {'readonly': True}, 'snapshot_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, - 'file_system_id': {'required': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, + 'file_system_id': {'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, 'creation_date': {'readonly': True}, 'provisioning_state': {'readonly': True}, } @@ -64,7 +64,7 @@ class Snapshot(Model): 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, } - def __init__(self, *, location: str, file_system_id: str, tags=None, **kwargs) -> None: + def __init__(self, *, location: str, tags=None, file_system_id: str=None, **kwargs) -> None: super(Snapshot, self).__init__(**kwargs) self.location = location self.id = None diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume.py index 5279982691c2..9c362fe0c5c8 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume.py @@ -44,11 +44,16 @@ class Volume(Model): Minimum size is 100 GiB. Upper limit is 100TiB. Default value: 107374182400 . :type usage_threshold: long - :param export_policy: Export policy rule + :param export_policy: exportPolicy. Set of export policy rules :type export_policy: ~azure.mgmt.netapp.models.VolumePropertiesExportPolicy :ivar provisioning_state: Azure lifecycle management :vartype provisioning_state: str + :param snapshot_id: Snapshot ID. UUID v4 used to identify the Snapshot + :type snapshot_id: str + :ivar baremetal_tenant_id: Baremetal Tenant ID. Unique Baremetal Tenant + Identifier. + :vartype baremetal_tenant_id: str :param subnet_id: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes :type subnet_id: str @@ -64,6 +69,8 @@ class Volume(Model): 'service_level': {'required': True}, 'usage_threshold': {'maximum': 109951162777600, 'minimum': 107374182400}, 'provisioning_state': {'readonly': True}, + 'snapshot_id': {'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, + 'baremetal_tenant_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, } _attribute_map = { @@ -78,6 +85,8 @@ class Volume(Model): 'usage_threshold': {'key': 'properties.usageThreshold', 'type': 'long'}, 'export_policy': {'key': 'properties.exportPolicy', 'type': 'VolumePropertiesExportPolicy'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'snapshot_id': {'key': 'properties.snapshotId', 'type': 'str'}, + 'baremetal_tenant_id': {'key': 'properties.baremetalTenantId', 'type': 'str'}, 'subnet_id': {'key': 'properties.subnetId', 'type': 'str'}, } @@ -94,4 +103,6 @@ def __init__(self, **kwargs): self.usage_threshold = kwargs.get('usage_threshold', 107374182400) self.export_policy = kwargs.get('export_policy', None) self.provisioning_state = None + self.snapshot_id = kwargs.get('snapshot_id', None) + self.baremetal_tenant_id = None self.subnet_id = kwargs.get('subnet_id', None) diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch.py index 0e9123a7ff17..9429143dcb19 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch.py @@ -37,7 +37,7 @@ class VolumePatch(Model): Minimum size is 100 GiB. Upper limit is 100TiB. Default value: 107374182400 . :type usage_threshold: long - :param export_policy: Export policy rule + :param export_policy: exportPolicy. Set of export policy rules :type export_policy: ~azure.mgmt.netapp.models.VolumePatchPropertiesExportPolicy """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy.py index f516e7bcb974..5b40edccf383 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy.py @@ -13,9 +13,11 @@ class VolumePatchPropertiesExportPolicy(Model): - """Export policy rule. + """exportPolicy. - :param rules: + Set of export policy rules. + + :param rules: Export policy rule. Export policy rule :type rules: list[~azure.mgmt.netapp.models.ExportPolicyRule] """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy_py3.py index 86dfd5a9d289..2f399bf38cb3 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_properties_export_policy_py3.py @@ -13,9 +13,11 @@ class VolumePatchPropertiesExportPolicy(Model): - """Export policy rule. + """exportPolicy. - :param rules: + Set of export policy rules. + + :param rules: Export policy rule. Export policy rule :type rules: list[~azure.mgmt.netapp.models.ExportPolicyRule] """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_py3.py index 8cfb155329aa..bff342fe79b0 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_patch_py3.py @@ -37,7 +37,7 @@ class VolumePatch(Model): Minimum size is 100 GiB. Upper limit is 100TiB. Default value: 107374182400 . :type usage_threshold: long - :param export_policy: Export policy rule + :param export_policy: exportPolicy. Set of export policy rules :type export_policy: ~azure.mgmt.netapp.models.VolumePatchPropertiesExportPolicy """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy.py index 836f7dd0fd6b..2c35eeca48ea 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy.py @@ -13,9 +13,11 @@ class VolumePropertiesExportPolicy(Model): - """Export policy rule. + """exportPolicy. - :param rules: + Set of export policy rules. + + :param rules: Export policy rule. Export policy rule :type rules: list[~azure.mgmt.netapp.models.ExportPolicyRule] """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy_py3.py index ae2dfcd88d26..f99f654f26ae 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_properties_export_policy_py3.py @@ -13,9 +13,11 @@ class VolumePropertiesExportPolicy(Model): - """Export policy rule. + """exportPolicy. - :param rules: + Set of export policy rules. + + :param rules: Export policy rule. Export policy rule :type rules: list[~azure.mgmt.netapp.models.ExportPolicyRule] """ diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_py3.py b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_py3.py index 2691ac8b6e01..5459458c6dd8 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_py3.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/models/volume_py3.py @@ -44,11 +44,16 @@ class Volume(Model): Minimum size is 100 GiB. Upper limit is 100TiB. Default value: 107374182400 . :type usage_threshold: long - :param export_policy: Export policy rule + :param export_policy: exportPolicy. Set of export policy rules :type export_policy: ~azure.mgmt.netapp.models.VolumePropertiesExportPolicy :ivar provisioning_state: Azure lifecycle management :vartype provisioning_state: str + :param snapshot_id: Snapshot ID. UUID v4 used to identify the Snapshot + :type snapshot_id: str + :ivar baremetal_tenant_id: Baremetal Tenant ID. Unique Baremetal Tenant + Identifier. + :vartype baremetal_tenant_id: str :param subnet_id: The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes :type subnet_id: str @@ -64,6 +69,8 @@ class Volume(Model): 'service_level': {'required': True}, 'usage_threshold': {'maximum': 109951162777600, 'minimum': 107374182400}, 'provisioning_state': {'readonly': True}, + 'snapshot_id': {'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, + 'baremetal_tenant_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'}, } _attribute_map = { @@ -78,10 +85,12 @@ class Volume(Model): 'usage_threshold': {'key': 'properties.usageThreshold', 'type': 'long'}, 'export_policy': {'key': 'properties.exportPolicy', 'type': 'VolumePropertiesExportPolicy'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'snapshot_id': {'key': 'properties.snapshotId', 'type': 'str'}, + 'baremetal_tenant_id': {'key': 'properties.baremetalTenantId', 'type': 'str'}, 'subnet_id': {'key': 'properties.subnetId', 'type': 'str'}, } - def __init__(self, *, location: str, creation_token: str, tags=None, service_level="Premium", usage_threshold: int=107374182400, export_policy=None, subnet_id: str=None, **kwargs) -> None: + def __init__(self, *, location: str, creation_token: str, tags=None, service_level="Premium", usage_threshold: int=107374182400, export_policy=None, snapshot_id: str=None, subnet_id: str=None, **kwargs) -> None: super(Volume, self).__init__(**kwargs) self.location = location self.id = None @@ -94,4 +103,6 @@ def __init__(self, *, location: str, creation_token: str, tags=None, service_lev self.usage_threshold = usage_threshold self.export_policy = export_policy self.provisioning_state = None + self.snapshot_id = snapshot_id + self.baremetal_tenant_id = None self.subnet_id = subnet_id diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/accounts_operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/accounts_operations.py index 29e4bc756c29..6fb3c0b9a73e 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/accounts_operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/accounts_operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from msrest.polling import LROPoller, NoPolling from msrestazure.polling.arm_polling import ARMPolling @@ -24,7 +25,7 @@ class AccountsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -34,13 +35,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, resource_group_name, custom_headers=None, raw=False, **operation_config): - """Lists all NetApp accounts in the resource group. + """Describe all NetApp Accounts in a resource group. + + List and describe all NetApp accounts in the resource group. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -52,8 +55,7 @@ def list( :return: An iterator like instance of NetAppAccount :rtype: ~azure.mgmt.netapp.models.NetAppAccountPaged[~azure.mgmt.netapp.models.NetAppAccount] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -89,7 +91,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response @@ -106,7 +110,9 @@ def internal_paging(next_link=None, raw=False): def get( self, resource_group_name, account_name, custom_headers=None, raw=False, **operation_config): - """Get the NetApp account. + """Describe a NetApp Account. + + Get the NetApp account. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -120,8 +126,7 @@ def get( :return: NetAppAccount or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.NetAppAccount or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.get.metadata['url'] @@ -151,7 +156,9 @@ def get( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -200,7 +207,9 @@ def _create_or_update_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200, 201, 202]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -219,6 +228,9 @@ def create_or_update( self, body, resource_group_name, account_name, custom_headers=None, raw=False, polling=True, **operation_config): """Create or update a NetApp account. + Create or update the specified NetApp account within the resource + group. + :param body: NetApp Account object supplied in the body of the operation. :type body: ~azure.mgmt.netapp.models.NetAppAccount @@ -237,8 +249,7 @@ def create_or_update( ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.netapp.models.NetAppAccount] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.netapp.models.NetAppAccount]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( body=body, @@ -297,7 +308,9 @@ def _delete_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [202, 204]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp if raw: client_raw_response = ClientRawResponse(None, response) @@ -307,6 +320,8 @@ def delete( self, resource_group_name, account_name, custom_headers=None, raw=False, polling=True, **operation_config): """Delete a NetApp account. + Delete the specified NetApp account. + :param resource_group_name: The name of the resource group. :type resource_group_name: str :param account_name: The name of the NetApp account @@ -320,8 +335,7 @@ def delete( ClientRawResponse if raw==True :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, @@ -347,7 +361,9 @@ def get_long_running_output(response): def update( self, body, resource_group_name, account_name, custom_headers=None, raw=False, **operation_config): - """Patch a NetApp account. + """Update a NetApp account. + + Patch the specified NetApp account. :param body: NetApp Account object supplied in the body of the operation. @@ -364,8 +380,7 @@ def update( :return: NetAppAccount or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.NetAppAccount or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.update.metadata['url'] @@ -399,7 +414,9 @@ def update( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/mount_targets_operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/mount_targets_operations.py index c0d1b4c86f2f..4f3f72cf991c 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/mount_targets_operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/mount_targets_operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from .. import models @@ -22,7 +23,7 @@ class MountTargetsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -32,13 +33,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, **operation_config): - """List mount targets. + """Describe all mount targets. + + List all mount targets associated with the volume. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -56,8 +59,7 @@ def list( :return: An iterator like instance of MountTarget :rtype: ~azure.mgmt.netapp.models.MountTargetPaged[~azure.mgmt.netapp.models.MountTarget] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -96,7 +98,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/operations.py index 45d58bfbb766..29b9e525cd9e 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from .. import models @@ -22,7 +23,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -32,13 +33,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, custom_headers=None, raw=False, **operation_config): - """Lists all of the available Microsoft.NetApp Rest API operations. + """Describes the Resource Provider. + + Lists all of the available Microsoft.NetApp Rest API operations. :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -48,8 +51,7 @@ def list( :return: An iterator like instance of Operation :rtype: ~azure.mgmt.netapp.models.OperationPaged[~azure.mgmt.netapp.models.Operation] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -80,7 +82,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/pools_operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/pools_operations.py index d59181bddf03..cdd96e103f58 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/pools_operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/pools_operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from msrest.polling import LROPoller, NoPolling from msrestazure.polling.arm_polling import ARMPolling @@ -24,7 +25,7 @@ class PoolsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -34,13 +35,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, resource_group_name, account_name, custom_headers=None, raw=False, **operation_config): - """Lists all capacity pools in the NetApp Account. + """Describe all Capacity Pools. + + List all capacity pools in the NetApp Account. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -54,8 +57,7 @@ def list( :return: An iterator like instance of CapacityPool :rtype: ~azure.mgmt.netapp.models.CapacityPoolPaged[~azure.mgmt.netapp.models.CapacityPool] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -92,7 +94,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response @@ -109,7 +113,9 @@ def internal_paging(next_link=None, raw=False): def get( self, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, **operation_config): - """Get a capacity pool. + """Describe a Capacity Pool. + + Get details of the specified capacity pool. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -125,8 +131,7 @@ def get( :return: CapacityPool or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.CapacityPool or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.get.metadata['url'] @@ -157,7 +162,9 @@ def get( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -207,7 +214,9 @@ def _create_or_update_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200, 201, 202]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -224,7 +233,9 @@ def _create_or_update_initial( def create_or_update( self, body, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Create or Update a capacity pool. + """Create or Update the specified capacity pool within the resource group. + + Create or Update a capacity pool. :param body: Capacity pool object supplied in the body of the operation. @@ -246,8 +257,7 @@ def create_or_update( ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.netapp.models.CapacityPool] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.netapp.models.CapacityPool]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( body=body, @@ -279,7 +289,9 @@ def get_long_running_output(response): def update( self, body, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, **operation_config): - """Patch a capacity pool. + """Update a capacity pool. + + Patch the specified capacity pool. :param body: Capacity pool object supplied in the body of the operation. @@ -298,8 +310,7 @@ def update( :return: CapacityPool or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.CapacityPool or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.update.metadata['url'] @@ -334,7 +345,9 @@ def update( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -379,7 +392,9 @@ def _delete_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [202, 204]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp if raw: client_raw_response = ClientRawResponse(None, response) @@ -389,6 +404,8 @@ def delete( self, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, polling=True, **operation_config): """Delete a capacity pool. + Delete the specified capacity pool. + :param resource_group_name: The name of the resource group. :type resource_group_name: str :param account_name: The name of the NetApp account @@ -404,8 +421,7 @@ def delete( ClientRawResponse if raw==True :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/snapshots_operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/snapshots_operations.py index 9a05eba64e60..323a9b2de0b5 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/snapshots_operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/snapshots_operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from msrest.polling import LROPoller, NoPolling from msrestazure.polling.arm_polling import ARMPolling @@ -24,7 +25,7 @@ class SnapshotsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -34,13 +35,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, **operation_config): - """List snapshots. + """Describe all snapshots. + + List all snapshots associated with the volume. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -58,8 +61,7 @@ def list( :return: An iterator like instance of Snapshot :rtype: ~azure.mgmt.netapp.models.SnapshotPaged[~azure.mgmt.netapp.models.Snapshot] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -98,7 +100,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response @@ -115,7 +119,9 @@ def internal_paging(next_link=None, raw=False): def get( self, resource_group_name, account_name, pool_name, volume_name, snapshot_name, custom_headers=None, raw=False, **operation_config): - """Get a snapshot. + """Describe a snapshot. + + Get details of the specified snapshot. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -135,8 +141,7 @@ def get( :return: Snapshot or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.Snapshot or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.get.metadata['url'] @@ -169,7 +174,9 @@ def get( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -221,7 +228,9 @@ def _create_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [201, 202]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -238,6 +247,8 @@ def create( self, body, resource_group_name, account_name, pool_name, volume_name, snapshot_name, custom_headers=None, raw=False, polling=True, **operation_config): """Create a snapshot. + Create the specified snapshot within the given volume. + :param body: Snapshot object supplied in the body of the operation. :type body: ~azure.mgmt.netapp.models.Snapshot :param resource_group_name: The name of the resource group. @@ -261,8 +272,7 @@ def create( ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.netapp.models.Snapshot] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.netapp.models.Snapshot]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._create_initial( body=body, @@ -296,7 +306,9 @@ def get_long_running_output(response): def update( self, resource_group_name, account_name, pool_name, volume_name, snapshot_name, tags=None, custom_headers=None, raw=False, **operation_config): - """Patch a snapshot. + """Update a snapshot. + + Patch a snapshot. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -318,8 +330,7 @@ def update( :return: Snapshot or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.Snapshot or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ body = models.SnapshotPatch(tags=tags) @@ -358,7 +369,9 @@ def update( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -405,7 +418,9 @@ def _delete_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200, 202, 204]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp if raw: client_raw_response = ClientRawResponse(None, response) @@ -413,7 +428,9 @@ def _delete_initial( def delete( self, resource_group_name, account_name, pool_name, volume_name, snapshot_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Delete snapshot. + """Delete a snapshot. + + Delete snapshot. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -434,8 +451,7 @@ def delete( ClientRawResponse if raw==True :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/operations/volumes_operations.py b/azure-mgmt-netapp/azure/mgmt/netapp/operations/volumes_operations.py index 663aa86b58d4..c7eca12f4170 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/operations/volumes_operations.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/operations/volumes_operations.py @@ -11,6 +11,7 @@ import uuid from msrest.pipeline import ClientRawResponse +from msrestazure.azure_exceptions import CloudError from msrest.polling import LROPoller, NoPolling from msrestazure.polling.arm_polling import ARMPolling @@ -24,7 +25,7 @@ class VolumesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: Version of the API to be used with the client request. Constant value: "2017-08-15". + :ivar api_version: Version of the API to be used with the client request. Constant value: "2019-05-01". """ models = models @@ -34,13 +35,15 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2017-08-15" + self.api_version = "2019-05-01" self.config = config def list( self, resource_group_name, account_name, pool_name, custom_headers=None, raw=False, **operation_config): - """List volumes. + """Describe all volumes. + + List all volumes within the capacity pool. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -56,8 +59,7 @@ def list( :return: An iterator like instance of Volume :rtype: ~azure.mgmt.netapp.models.VolumePaged[~azure.mgmt.netapp.models.Volume] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ def internal_paging(next_link=None, raw=False): @@ -95,7 +97,9 @@ def internal_paging(next_link=None, raw=False): response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp return response @@ -112,7 +116,9 @@ def internal_paging(next_link=None, raw=False): def get( self, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, **operation_config): - """Get a volume. + """Describe a volume. + + Get the details of the specified volume. :param resource_group_name: The name of the resource group. :type resource_group_name: str @@ -130,8 +136,7 @@ def get( :return: Volume or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.Volume or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.get.metadata['url'] @@ -163,7 +168,9 @@ def get( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -214,7 +221,9 @@ def _create_or_update_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200, 201, 202]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -231,7 +240,9 @@ def _create_or_update_initial( def create_or_update( self, body, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Create or update a volume. + """Create or Update a volume. + + Create or update the specified volume within the capacity pool. :param body: Volume object supplied in the body of the operation. :type body: ~azure.mgmt.netapp.models.Volume @@ -254,8 +265,7 @@ def create_or_update( ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.netapp.models.Volume] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.netapp.models.Volume]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._create_or_update_initial( body=body, @@ -288,7 +298,9 @@ def get_long_running_output(response): def update( self, body, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, **operation_config): - """Patch a volume. + """Update a volume. + + Patch the specified volume. :param body: Volume object supplied in the body of the operation. :type body: ~azure.mgmt.netapp.models.VolumePatch @@ -308,8 +320,7 @@ def update( :return: Volume or ClientRawResponse if raw=true :rtype: ~azure.mgmt.netapp.models.Volume or ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ # Construct URL url = self.update.metadata['url'] @@ -345,7 +356,9 @@ def update( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [200]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp deserialized = None @@ -391,7 +404,9 @@ def _delete_initial( response = self._client.send(request, stream=False, **operation_config) if response.status_code not in [202, 204]: - raise models.ErrorException(self._deserialize, response) + exp = CloudError(response) + exp.request_id = response.headers.get('x-ms-request-id') + raise exp if raw: client_raw_response = ClientRawResponse(None, response) @@ -401,6 +416,8 @@ def delete( self, resource_group_name, account_name, pool_name, volume_name, custom_headers=None, raw=False, polling=True, **operation_config): """Delete a volume. + Delete the specified volume. + :param resource_group_name: The name of the resource group. :type resource_group_name: str :param account_name: The name of the NetApp account @@ -418,8 +435,7 @@ def delete( ClientRawResponse if raw==True :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorException` + :raises: :class:`CloudError` """ raw_result = self._delete_initial( resource_group_name=resource_group_name, diff --git a/azure-mgmt-netapp/azure/mgmt/netapp/version.py b/azure-mgmt-netapp/azure/mgmt/netapp/version.py index fcb88654af0a..85da2c00c1a6 100644 --- a/azure-mgmt-netapp/azure/mgmt/netapp/version.py +++ b/azure-mgmt-netapp/azure/mgmt/netapp/version.py @@ -9,4 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.3.0" +VERSION = "0.4.0" + diff --git a/azure-mgmt-netapp/setup.py b/azure-mgmt-netapp/setup.py index 0f9b8f0b81fe..11cb5c9e5587 100644 --- a/azure-mgmt-netapp/setup.py +++ b/azure-mgmt-netapp/setup.py @@ -53,6 +53,7 @@ version=version, description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME), long_description=readme + '\n\n' + history, + long_description_content_type='text/x-rst', license='MIT License', author='Microsoft Corporation', author_email='azpysdkhelp@microsoft.com', diff --git a/azure-mgmt-netapp/tests/recordings/test_account.test_create_delete_account.yaml b/azure-mgmt-netapp/tests/recordings/test_account.test_create_delete_account.yaml index 054af2dee466..378dda73cd10 100644 --- a/azure-mgmt-netapp/tests/recordings/test_account.test_create_delete_account.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_account.test_create_delete_account.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A15%3A16.8301481Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A52%3A01.6527157Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b34d62a-6536-47d9-b7db-359ef36168e4?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5df54016-b36a-42c7-a8f2-201b10ef116f?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:15:17 GMT'] - etag: [W/"datetime'2019-03-26T10%3A15%3A16.8301481Z'"] + date: ['Tue, 07 May 2019 16:52:01 GMT'] + etag: [W/"datetime'2019-05-07T16%3A52%3A01.6527157Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b34d62a-6536-47d9-b7db-359ef36168e4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5df54016-b36a-42c7-a8f2-201b10ef116f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/1b34d62a-6536-47d9-b7db-359ef36168e4","name":"1b34d62a-6536-47d9-b7db-359ef36168e4","status":"Succeeded","startTime":"2019-03-26T10:15:16.6620955Z","endTime":"2019-03-26T10:15:17.0758481Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5df54016-b36a-42c7-a8f2-201b10ef116f","name":"5df54016-b36a-42c7-a8f2-201b10ef116f","status":"Succeeded","startTime":"2019-05-07T16:52:01.5096115Z","endTime":"2019-05-07T16:52:01.7127414Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:15:48 GMT'] + date: ['Tue, 07 May 2019 16:52:32 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A15%3A17.1413722Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A52%3A01.8448502Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:15:49 GMT'] - etag: [W/"datetime'2019-03-26T10%3A15%3A17.1413722Z'"] + date: ['Tue, 07 May 2019 16:52:33 GMT'] + etag: [W/"datetime'2019-05-07T16%3A52%3A01.8448502Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -95,18 +95,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A15%3A17.1413722Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A52%3A01.8448502Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['387'] + content-length: ['393'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:15:51 GMT'] + date: ['Tue, 07 May 2019 16:52:34 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -125,26 +125,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63cc54db-dbdd-4f52-8f92-c88c13178ee2?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b58e2706-2c19-4072-a2ab-3194c27403f5?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:15:52 GMT'] + date: ['Tue, 07 May 2019 16:52:36 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63cc54db-dbdd-4f52-8f92-c88c13178ee2?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b58e2706-2c19-4072-a2ab-3194c27403f5?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -154,17 +154,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63cc54db-dbdd-4f52-8f92-c88c13178ee2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b58e2706-2c19-4072-a2ab-3194c27403f5?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/63cc54db-dbdd-4f52-8f92-c88c13178ee2","name":"63cc54db-dbdd-4f52-8f92-c88c13178ee2","status":"Succeeded","startTime":"2019-03-26T10:15:53.3616289Z","endTime":"2019-03-26T10:15:53.4396881Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b58e2706-2c19-4072-a2ab-3194c27403f5","name":"b58e2706-2c19-4072-a2ab-3194c27403f5","status":"Succeeded","startTime":"2019-05-07T16:52:36.4668688Z","endTime":"2019-05-07T16:52:36.6386817Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:16:25 GMT'] + date: ['Tue, 07 May 2019 16:53:07 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -182,19 +182,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:16:29 GMT'] + date: ['Tue, 07 May 2019 16:53:09 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -208,17 +208,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts?api-version=2019-05-01 response: body: {string: !!python/unicode '{"value":[]}'} headers: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:16:30 GMT'] + date: ['Tue, 07 May 2019 16:53:11 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_account.test_get_account_by_name.yaml b/azure-mgmt-netapp/tests/recordings/test_account.test_get_account_by_name.yaml index c19adc71dccb..b3304b88f6d9 100644 --- a/azure-mgmt-netapp/tests/recordings/test_account.test_get_account_by_name.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_account.test_get_account_by_name.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A16%3A36.799451Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A53%3A14.3274327Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/508b7f39-9af3-4752-85b5-7dbcd216ac39?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7d265fa6-94a2-4734-89ac-835ea06312e9?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['373'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:16:37 GMT'] - etag: [W/"datetime'2019-03-26T10%3A16%3A36.799451Z'"] + date: ['Tue, 07 May 2019 16:53:13 GMT'] + etag: [W/"datetime'2019-05-07T16%3A53%3A14.3274327Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/508b7f39-9af3-4752-85b5-7dbcd216ac39?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7d265fa6-94a2-4734-89ac-835ea06312e9?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/508b7f39-9af3-4752-85b5-7dbcd216ac39","name":"508b7f39-9af3-4752-85b5-7dbcd216ac39","status":"Succeeded","startTime":"2019-03-26T10:16:36.7412164Z","endTime":"2019-03-26T10:16:37.0358569Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7d265fa6-94a2-4734-89ac-835ea06312e9","name":"7d265fa6-94a2-4734-89ac-835ea06312e9","status":"Succeeded","startTime":"2019-05-07T16:53:14.1824133Z","endTime":"2019-05-07T16:53:14.3855404Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:09 GMT'] + date: ['Tue, 07 May 2019 16:53:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A16%3A37.0876582Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A53%3A14.5175659Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:12 GMT'] - etag: [W/"datetime'2019-03-26T10%3A16%3A37.0876582Z'"] + date: ['Tue, 07 May 2019 16:53:45 GMT'] + etag: [W/"datetime'2019-05-07T16%3A53%3A14.5175659Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -95,19 +95,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A16%3A37.0876582Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A53%3A14.5175659Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:15 GMT'] - etag: [W/"datetime'2019-03-26T10%3A16%3A37.0876582Z'"] + date: ['Tue, 07 May 2019 16:53:46 GMT'] + etag: [W/"datetime'2019-05-07T16%3A53%3A14.5175659Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -126,20 +126,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c292168-10fb-4676-8b1d-185baf4204b1?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e814673d-265d-43be-a40a-d310904add5a?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:17:18 GMT'] + date: ['Tue, 07 May 2019 16:53:48 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c292168-10fb-4676-8b1d-185baf4204b1?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e814673d-265d-43be-a40a-d310904add5a?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -155,17 +155,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c292168-10fb-4676-8b1d-185baf4204b1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e814673d-265d-43be-a40a-d310904add5a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7c292168-10fb-4676-8b1d-185baf4204b1","name":"7c292168-10fb-4676-8b1d-185baf4204b1","status":"Succeeded","startTime":"2019-03-26T10:17:18.4135555Z","endTime":"2019-03-26T10:17:18.5385726Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e814673d-265d-43be-a40a-d310904add5a","name":"e814673d-265d-43be-a40a-d310904add5a","status":"Succeeded","startTime":"2019-05-07T16:53:48.3238198Z","endTime":"2019-05-07T16:53:48.4800748Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:49 GMT'] + date: ['Tue, 07 May 2019 16:54:19 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -183,19 +183,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:53 GMT'] + date: ['Tue, 07 May 2019 16:54:21 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_account.test_list_accounts.yaml b/azure-mgmt-netapp/tests/recordings/test_account.test_list_accounts.yaml index 2b6a86a549bc..2f5e61e6d94a 100644 --- a/azure-mgmt-netapp/tests/recordings/test_account.test_list_accounts.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_account.test_list_accounts.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A17%3A57.0869787Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A54%3A25.4991081Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aaeb64ff-5698-43b7-b632-fcfeb5990b5e?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/40bf1dfd-506b-41e9-8c02-95841933e9d3?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:17:56 GMT'] - etag: [W/"datetime'2019-03-26T10%3A17%3A57.0869787Z'"] + date: ['Tue, 07 May 2019 16:54:25 GMT'] + etag: [W/"datetime'2019-05-07T16%3A54%3A25.4991081Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aaeb64ff-5698-43b7-b632-fcfeb5990b5e?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/40bf1dfd-506b-41e9-8c02-95841933e9d3?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/aaeb64ff-5698-43b7-b632-fcfeb5990b5e","name":"aaeb64ff-5698-43b7-b632-fcfeb5990b5e","status":"Succeeded","startTime":"2019-03-26T10:17:57.0143766Z","endTime":"2019-03-26T10:17:57.2956801Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/40bf1dfd-506b-41e9-8c02-95841933e9d3","name":"40bf1dfd-506b-41e9-8c02-95841933e9d3","status":"Succeeded","startTime":"2019-05-07T16:54:25.3746288Z","endTime":"2019-05-07T16:54:25.6714315Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:18:29 GMT'] + date: ['Tue, 07 May 2019 16:54:56 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A17%3A57.3461637Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A54%3A25.7853074Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:18:31 GMT'] - etag: [W/"datetime'2019-03-26T10%3A17%3A57.3461637Z'"] + date: ['Tue, 07 May 2019 16:54:56 GMT'] + etag: [W/"datetime'2019-05-07T16%3A54%3A25.7853074Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -97,20 +97,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A18%3A35.8147284Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A54%3A59.918127Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-2"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36737827-3a9b-4aee-8f9e-8bb0619dac78?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/70f0c950-ceaa-4d6f-bc32-466c24cbad55?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:18:36 GMT'] - etag: [W/"datetime'2019-03-26T10%3A18%3A35.8147284Z'"] + date: ['Tue, 07 May 2019 16:54:59 GMT'] + etag: [W/"datetime'2019-05-07T16%3A54%3A59.918127Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -127,17 +127,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36737827-3a9b-4aee-8f9e-8bb0619dac78?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/70f0c950-ceaa-4d6f-bc32-466c24cbad55?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36737827-3a9b-4aee-8f9e-8bb0619dac78","name":"36737827-3a9b-4aee-8f9e-8bb0619dac78","status":"Succeeded","startTime":"2019-03-26T10:18:35.7556741Z","endTime":"2019-03-26T10:18:36.0368669Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/70f0c950-ceaa-4d6f-bc32-466c24cbad55","name":"70f0c950-ceaa-4d6f-bc32-466c24cbad55","status":"Succeeded","startTime":"2019-05-07T16:54:59.766566Z","endTime":"2019-05-07T16:55:00.0009405Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:19:07 GMT'] + date: ['Tue, 07 May 2019 16:55:31 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -155,18 +155,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A18%3A36.0889242Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A55%3A00.1282737Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:19:09 GMT'] - etag: [W/"datetime'2019-03-26T10%3A18%3A36.0889242Z'"] + date: ['Tue, 07 May 2019 16:55:33 GMT'] + etag: [W/"datetime'2019-05-07T16%3A55%3A00.1282737Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -184,18 +184,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A17%3A57.3461637Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A18%3A36.0889242Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-2"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A54%3A25.7853074Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2","name":"sdk-py-tests-acc-2","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A55%3A00.1282737Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-2"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['763'] + content-length: ['775'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:19:10 GMT'] + date: ['Tue, 07 May 2019 16:55:33 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -214,20 +214,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbd43a37-ae04-4e7f-b032-36304ad5f947?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/76929507-a74d-44e0-9dc1-1e7609385728?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:19:14 GMT'] + date: ['Tue, 07 May 2019 16:55:36 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbd43a37-ae04-4e7f-b032-36304ad5f947?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/76929507-a74d-44e0-9dc1-1e7609385728?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -243,17 +243,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbd43a37-ae04-4e7f-b032-36304ad5f947?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/76929507-a74d-44e0-9dc1-1e7609385728?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cbd43a37-ae04-4e7f-b032-36304ad5f947","name":"cbd43a37-ae04-4e7f-b032-36304ad5f947","status":"Succeeded","startTime":"2019-03-26T10:19:14.2373146Z","endTime":"2019-03-26T10:19:14.3311098Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/76929507-a74d-44e0-9dc1-1e7609385728","name":"76929507-a74d-44e0-9dc1-1e7609385728","status":"Succeeded","startTime":"2019-05-07T16:55:36.1935895Z","endTime":"2019-05-07T16:55:36.5998703Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:19:45 GMT'] + date: ['Tue, 07 May 2019 16:56:06 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -271,19 +271,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:19:49 GMT'] + date: ['Tue, 07 May 2019 16:56:09 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -298,20 +298,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5996af12-d29a-48a2-890a-cec85e73a344?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/55233c6a-ada9-4ad5-844d-c31c698e1aea?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:19:51 GMT'] + date: ['Tue, 07 May 2019 16:56:10 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5996af12-d29a-48a2-890a-cec85e73a344?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/55233c6a-ada9-4ad5-844d-c31c698e1aea?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -327,17 +327,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5996af12-d29a-48a2-890a-cec85e73a344?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/55233c6a-ada9-4ad5-844d-c31c698e1aea?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5996af12-d29a-48a2-890a-cec85e73a344","name":"5996af12-d29a-48a2-890a-cec85e73a344","status":"Succeeded","startTime":"2019-03-26T10:19:51.6027113Z","endTime":"2019-03-26T10:19:51.6964912Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/55233c6a-ada9-4ad5-844d-c31c698e1aea","name":"55233c6a-ada9-4ad5-844d-c31c698e1aea","status":"Succeeded","startTime":"2019-05-07T16:56:11.0620093Z","endTime":"2019-05-07T16:56:11.2182126Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:20:23 GMT'] + date: ['Tue, 07 May 2019 16:56:42 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -355,19 +355,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-2'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:20:25 GMT'] + date: ['Tue, 07 May 2019 16:56:44 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_account.test_patch_account.yaml b/azure-mgmt-netapp/tests/recordings/test_account.test_patch_account.yaml index fc38a39fad7c..6c340e2ceb07 100644 --- a/azure-mgmt-netapp/tests/recordings/test_account.test_patch_account.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_account.test_patch_account.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A20%3A29.9945413Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A56%3A48.7380685Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b210054-4d13-4d33-a7e5-0cfcc8b0a02f?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/12786e50-ce72-43b4-8bdf-9c0855b32ae2?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:20:29 GMT'] - etag: [W/"datetime'2019-03-26T10%3A20%3A29.9945413Z'"] + date: ['Tue, 07 May 2019 16:56:48 GMT'] + etag: [W/"datetime'2019-05-07T16%3A56%3A48.7380685Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b210054-4d13-4d33-a7e5-0cfcc8b0a02f?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/12786e50-ce72-43b4-8bdf-9c0855b32ae2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b210054-4d13-4d33-a7e5-0cfcc8b0a02f","name":"8b210054-4d13-4d33-a7e5-0cfcc8b0a02f","status":"Succeeded","startTime":"2019-03-26T10:20:29.9311963Z","endTime":"2019-03-26T10:20:30.2281003Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/12786e50-ce72-43b4-8bdf-9c0855b32ae2","name":"12786e50-ce72-43b4-8bdf-9c0855b32ae2","status":"Succeeded","startTime":"2019-05-07T16:56:48.6005006Z","endTime":"2019-05-07T16:56:48.8035634Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:21:02 GMT'] + date: ['Tue, 07 May 2019 16:57:19 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A20%3A30.279745Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A56%3A48.9231981Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:21:04 GMT'] - etag: [W/"datetime'2019-03-26T10%3A20%3A30.279745Z'"] + date: ['Tue, 07 May 2019 16:57:20 GMT'] + etag: [W/"datetime'2019-05-07T16%3A56%3A48.9231981Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -97,19 +97,19 @@ interactions: Content-Length: ['28'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A21%3A10.08014Z''\"","location":"westus2","tags":{"Tag1":"Value2"},"properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A57%3A22.8668857Z''\"","location":"eastus2","tags":{"Tag1":"Value2"},"properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['398'] + content-length: ['406'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:21:10 GMT'] - etag: [W/"datetime'2019-03-26T10%3A21%3A10.08014Z'"] + date: ['Tue, 07 May 2019 16:57:23 GMT'] + etag: [W/"datetime'2019-05-07T16%3A57%3A22.8668857Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -118,7 +118,7 @@ interactions: transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -129,26 +129,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd92505e-a6ed-4e55-a664-7034d07e996d?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cb3de7e2-8d47-4d41-a1ab-212de3ad3ccf?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:21:13 GMT'] + date: ['Tue, 07 May 2019 16:57:25 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd92505e-a6ed-4e55-a664-7034d07e996d?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cb3de7e2-8d47-4d41-a1ab-212de3ad3ccf?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -158,17 +158,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd92505e-a6ed-4e55-a664-7034d07e996d?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cb3de7e2-8d47-4d41-a1ab-212de3ad3ccf?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bd92505e-a6ed-4e55-a664-7034d07e996d","name":"bd92505e-a6ed-4e55-a664-7034d07e996d","status":"Succeeded","startTime":"2019-03-26T10:21:14.1300023Z","endTime":"2019-03-26T10:21:14.2081578Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cb3de7e2-8d47-4d41-a1ab-212de3ad3ccf","name":"cb3de7e2-8d47-4d41-a1ab-212de3ad3ccf","status":"Succeeded","startTime":"2019-05-07T16:57:25.8724369Z","endTime":"2019-05-07T16:57:26.1692893Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:21:46 GMT'] + date: ['Tue, 07 May 2019 16:57:57 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -186,19 +186,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:21:49 GMT'] + date: ['Tue, 07 May 2019 16:57:59 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_mounttarget.test_list_mount_target.yaml b/azure-mgmt-netapp/tests/recordings/test_mounttarget.test_list_mount_target.yaml index 38ea3c6c37bc..0b7ab9b99865 100644 --- a/azure-mgmt-netapp/tests/recordings/test_mounttarget.test_list_mount_target.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_mounttarget.test_list_mount_target.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A45%3A23.4774167Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A31%3A56.5794046Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f7202651-00b6-4666-8ada-3f76d65216fa?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0be34a76-8541-4497-80f3-9f421c88a0e1?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:45:24 GMT'] - etag: [W/"datetime'2019-03-26T10%3A45%3A23.4774167Z'"] + date: ['Tue, 07 May 2019 17:31:56 GMT'] + etag: [W/"datetime'2019-05-07T17%3A31%3A56.5794046Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f7202651-00b6-4666-8ada-3f76d65216fa?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0be34a76-8541-4497-80f3-9f421c88a0e1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f7202651-00b6-4666-8ada-3f76d65216fa","name":"f7202651-00b6-4666-8ada-3f76d65216fa","status":"Succeeded","startTime":"2019-03-26T10:45:23.3662Z","endTime":"2019-03-26T10:45:23.7024105Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0be34a76-8541-4497-80f3-9f421c88a0e1","name":"0be34a76-8541-4497-80f3-9f421c88a0e1","status":"Succeeded","startTime":"2019-05-07T17:31:56.4011901Z","endTime":"2019-05-07T17:31:56.6511894Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['507'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:45:54 GMT'] + date: ['Tue, 07 May 2019 17:32:27 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A45%3A23.7526127Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A31%3A56.7815457Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:45:56 GMT'] - etag: [W/"datetime'2019-03-26T10%3A45%3A23.7526127Z'"] + date: ['Tue, 07 May 2019 17:32:28 GMT'] + etag: [W/"datetime'2019-05-07T17%3A31%3A56.7815457Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A46%3A00.2836368Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A32%3A30.8473189Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20ddebfb-553b-416c-b57b-baf7450becde?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4fd42e34-079b-4577-900f-76ef7133ad6a?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:46:00 GMT'] - etag: [W/"datetime'2019-03-26T10%3A46%3A00.2836368Z'"] + date: ['Tue, 07 May 2019 17:32:30 GMT'] + etag: [W/"datetime'2019-05-07T17%3A32%3A30.8473189Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20ddebfb-553b-416c-b57b-baf7450becde?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4fd42e34-079b-4577-900f-76ef7133ad6a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/20ddebfb-553b-416c-b57b-baf7450becde","name":"20ddebfb-553b-416c-b57b-baf7450becde","status":"Succeeded","startTime":"2019-03-26T10:46:00.2190716Z","endTime":"2019-03-26T10:46:00.6096751Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4fd42e34-079b-4577-900f-76ef7133ad6a","name":"4fd42e34-079b-4577-900f-76ef7133ad6a","status":"Succeeded","startTime":"2019-05-07T17:32:30.7106709Z","endTime":"2019-05-07T17:32:31.2575789Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:46:33 GMT'] + date: ['Tue, 07 May 2019 17:33:02 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A46%3A00.6649088Z''\"","location":"westus2","properties":{"poolId":"824be42d-ce7d-aa7a-f7a0-e371e9bfcc2e","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A32%3A31.4007055Z''\"","location":"eastus2","properties":{"poolId":"c5c69616-faf8-7e71-db0c-f52714319487","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:46:35 GMT'] - etag: [W/"datetime'2019-03-26T10%3A46%3A00.6649088Z'"] + date: ['Tue, 07 May 2019 17:33:02 GMT'] + etag: [W/"datetime'2019-05-07T17%3A32%3A31.4007055Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T10%3A46%3A51.165018Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T17%3A33%3A15.5275069Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['736'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:46:51 GMT'] - etag: [W/"datetime'2019-03-26T10%3A46%3A51.165018Z'"] + date: ['Tue, 07 May 2019 17:33:15 GMT'] + etag: [W/"datetime'2019-05-07T17%3A33%3A15.5275069Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1195'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4","name":"2940a08c-1412-4496-bdc7-80d07d1b0cf4","status":"Creating","startTime":"2019-03-26T10:46:51.0422149Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Creating","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:47:24 GMT'] + date: ['Tue, 07 May 2019 17:33:46 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4","name":"2940a08c-1412-4496-bdc7-80d07d1b0cf4","status":"Creating","startTime":"2019-03-26T10:46:51.0422149Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Creating","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:47:55 GMT'] + date: ['Tue, 07 May 2019 17:34:19 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4","name":"2940a08c-1412-4496-bdc7-80d07d1b0cf4","status":"Creating","startTime":"2019-03-26T10:46:51.0422149Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Creating","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:48:29 GMT'] + date: ['Tue, 07 May 2019 17:34:50 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4","name":"2940a08c-1412-4496-bdc7-80d07d1b0cf4","status":"Creating","startTime":"2019-03-26T10:46:51.0422149Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Creating","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:48:59 GMT'] + date: ['Tue, 07 May 2019 17:35:22 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2940a08c-1412-4496-bdc7-80d07d1b0cf4","name":"2940a08c-1412-4496-bdc7-80d07d1b0cf4","status":"Succeeded","startTime":"2019-03-26T10:46:51.0422149Z","endTime":"2019-03-26T10:49:24.9004317Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Creating","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:49:31 GMT'] + date: ['Tue, 07 May 2019 17:35:52 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T10%3A49%3A24.9421947Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"4e59fe22-4ffd-105d-078f-2f2cc2002ac6","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_8eade0cb","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"0a08be46-6866-291b-3d1f-7e92d42eb8b4","fileSystemId":"4e59fe22-4ffd-105d-078f-2f2cc2002ac6","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/163237bd-9e27-4068-a2ec-75ee30ee0320","name":"163237bd-9e27-4068-a2ec-75ee30ee0320","status":"Succeeded","startTime":"2019-05-07T17:33:15.3965528Z","endTime":"2019-05-07T17:36:08.5442078Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:49:33 GMT'] - etag: [W/"datetime'2019-03-26T10%3A49%3A24.9421947Z'"] + date: ['Tue, 07 May 2019 17:36:24 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,18 +389,47 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T17%3A36%3A08.5722809Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"841e2541-d3d7-bc8a-9fbe-442c47b2d6e3","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2eb65a15","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"f375d4af-875d-e674-105a-61cb9eb81360","fileSystemId":"841e2541-d3d7-bc8a-9fbe-442c47b2d6e3","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['1476'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 17:36:24 GMT'] + etag: [W/"datetime'2019-05-07T17%3A36%3A08.5722809Z'"] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/mountTargets?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/mountTargets?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/mountTargets/0a08be46-6866-291b-3d1f-7e92d42eb8b4","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/0a08be46-6866-291b-3d1f-7e92d42eb8b4","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets","location":"westus2","properties":{"provisioningState":"Succeeded","mountTargetId":"0a08be46-6866-291b-3d1f-7e92d42eb8b4","fileSystemId":"4e59fe22-4ffd-105d-078f-2f2cc2002ac6","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/mountTargets/f375d4af-875d-e674-105a-61cb9eb81360","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/f375d4af-875d-e674-105a-61cb9eb81360","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/mountTargets","location":"eastus2","properties":{"provisioningState":"Succeeded","mountTargetId":"f375d4af-875d-e674-105a-61cb9eb81360","fileSystemId":"841e2541-d3d7-bc8a-9fbe-442c47b2d6e3","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['744'] + content-length: ['754'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:49:34 GMT'] + date: ['Tue, 07 May 2019 17:36:25 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -420,20 +448,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:49:36 GMT'] + date: ['Tue, 07 May 2019 17:36:27 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -449,17 +477,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e","name":"bf9728b0-56b4-4d4d-81ec-27c8a975706e","status":"Deleting","startTime":"2019-03-26T10:49:36.365415Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed","name":"3fe3b7b0-e690-4d22-ad44-f7927d418eed","status":"Deleting","startTime":"2019-05-07T17:36:27.7480773Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['559'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:50:08 GMT'] + date: ['Tue, 07 May 2019 17:36:58 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -477,17 +505,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bf9728b0-56b4-4d4d-81ec-27c8a975706e","name":"bf9728b0-56b4-4d4d-81ec-27c8a975706e","status":"Succeeded","startTime":"2019-03-26T10:49:36.365415Z","endTime":"2019-03-26T10:50:11.8893661Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3fe3b7b0-e690-4d22-ad44-f7927d418eed","name":"3fe3b7b0-e690-4d22-ad44-f7927d418eed","status":"Succeeded","startTime":"2019-05-07T17:36:27.7480773Z","endTime":"2019-05-07T17:37:14.3246768Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['570'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:50:40 GMT'] + date: ['Tue, 07 May 2019 17:37:29 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -505,19 +533,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:50:47 GMT'] + date: ['Tue, 07 May 2019 17:37:35 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -532,26 +560,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3996c613-ec17-488a-878e-b6e34544e7ad?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3637525a-8c86-44aa-af7a-4d2c582400fb?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:50:50 GMT'] + date: ['Tue, 07 May 2019 17:37:37 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3996c613-ec17-488a-878e-b6e34544e7ad?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3637525a-8c86-44aa-af7a-4d2c582400fb?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -561,17 +589,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3996c613-ec17-488a-878e-b6e34544e7ad?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3637525a-8c86-44aa-af7a-4d2c582400fb?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/3996c613-ec17-488a-878e-b6e34544e7ad","name":"3996c613-ec17-488a-878e-b6e34544e7ad","status":"Succeeded","startTime":"2019-03-26T10:50:51.2467893Z","endTime":"2019-03-26T10:50:54.4655643Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3637525a-8c86-44aa-af7a-4d2c582400fb","name":"3637525a-8c86-44aa-af7a-4d2c582400fb","status":"Succeeded","startTime":"2019-05-07T17:37:37.3137064Z","endTime":"2019-05-07T17:37:37.5793312Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:51:22 GMT'] + date: ['Tue, 07 May 2019 17:38:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -589,19 +617,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:51:30 GMT'] + date: ['Tue, 07 May 2019 17:38:13 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -616,20 +644,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17198024-22fa-4baa-82ea-a23efbb91e6a?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e67c3061-59b6-407b-8fd7-710717eb399e?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:51:33 GMT'] + date: ['Tue, 07 May 2019 17:38:14 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17198024-22fa-4baa-82ea-a23efbb91e6a?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e67c3061-59b6-407b-8fd7-710717eb399e?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -645,17 +673,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17198024-22fa-4baa-82ea-a23efbb91e6a?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e67c3061-59b6-407b-8fd7-710717eb399e?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/17198024-22fa-4baa-82ea-a23efbb91e6a","name":"17198024-22fa-4baa-82ea-a23efbb91e6a","status":"Succeeded","startTime":"2019-03-26T10:51:33.770669Z","endTime":"2019-03-26T10:51:33.8955954Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e67c3061-59b6-407b-8fd7-710717eb399e","name":"e67c3061-59b6-407b-8fd7-710717eb399e","status":"Succeeded","startTime":"2019-05-07T17:38:14.922841Z","endTime":"2019-05-07T17:38:15.1035313Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['509'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:52:05 GMT'] + date: ['Tue, 07 May 2019 17:38:47 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -673,19 +701,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:52:10 GMT'] + date: ['Tue, 07 May 2019 17:38:49 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_pool.test_create_delete_pool.yaml b/azure-mgmt-netapp/tests/recordings/test_pool.test_create_delete_pool.yaml index ff3dba3fca87..cbdd455d8f10 100644 --- a/azure-mgmt-netapp/tests/recordings/test_pool.test_create_delete_pool.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_pool.test_create_delete_pool.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A27%3A35.3466016Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A59%3A56.9173923Z''\"","location":"eastus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eac255e-a077-4511-8ea4-beadde9f056d?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4b2e2840-2119-4288-8bce-2e45398e8b6f?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:27:35 GMT'] - etag: [W/"datetime'2019-03-26T10%3A27%3A35.3466016Z'"] + date: ['Tue, 07 May 2019 16:59:57 GMT'] + etag: [W/"datetime'2019-05-07T16%3A59%3A56.9173923Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eac255e-a077-4511-8ea4-beadde9f056d?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4b2e2840-2119-4288-8bce-2e45398e8b6f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eac255e-a077-4511-8ea4-beadde9f056d","name":"0eac255e-a077-4511-8ea4-beadde9f056d","status":"Succeeded","startTime":"2019-03-26T10:27:35.2563853Z","endTime":"2019-03-26T10:27:35.5842931Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4b2e2840-2119-4288-8bce-2e45398e8b6f","name":"4b2e2840-2119-4288-8bce-2e45398e8b6f","status":"Succeeded","startTime":"2019-05-07T16:59:56.7570575Z","endTime":"2019-05-07T16:59:57.0070481Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:06 GMT'] + date: ['Tue, 07 May 2019 17:00:28 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A27%3A35.6358072Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T16%3A59%3A57.137546Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:08 GMT'] - etag: [W/"datetime'2019-03-26T10%3A27%3A35.6358072Z'"] + date: ['Tue, 07 May 2019 17:00:28 GMT'] + etag: [W/"datetime'2019-05-07T16%3A59%3A57.137546Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A28%3A09.9672651Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A00%3A31.457497Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c77be385-b0dc-4991-9c24-6e685506eb21?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/684bf90b-af52-40fd-9b8a-ea422e95d9ca?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['465'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:10 GMT'] - etag: [W/"datetime'2019-03-26T10%3A28%3A09.9672651Z'"] + date: ['Tue, 07 May 2019 17:00:31 GMT'] + etag: [W/"datetime'2019-05-07T17%3A00%3A31.457497Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c77be385-b0dc-4991-9c24-6e685506eb21?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/684bf90b-af52-40fd-9b8a-ea422e95d9ca?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c77be385-b0dc-4991-9c24-6e685506eb21","name":"c77be385-b0dc-4991-9c24-6e685506eb21","status":"Succeeded","startTime":"2019-03-26T10:28:09.901896Z","endTime":"2019-03-26T10:28:10.4267726Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/684bf90b-af52-40fd-9b8a-ea422e95d9ca","name":"684bf90b-af52-40fd-9b8a-ea422e95d9ca","status":"Succeeded","startTime":"2019-05-07T17:00:31.2678895Z","endTime":"2019-05-07T17:00:31.8772652Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['543'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:42 GMT'] + date: ['Tue, 07 May 2019 17:01:03 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A28%3A10.4826323Z''\"","location":"westus2","properties":{"poolId":"33a89a49-247e-18f5-e50a-d48a7c899786","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A00%3A32.0118831Z''\"","location":"eastus2","properties":{"poolId":"872e03fa-9208-06bf-dcfa-c0d188d8d4aa","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:45 GMT'] - etag: [W/"datetime'2019-03-26T10%3A28%3A10.4826323Z'"] + date: ['Tue, 07 May 2019 17:01:04 GMT'] + etag: [W/"datetime'2019-05-07T17%3A00%3A32.0118831Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -186,18 +186,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A28%3A10.4826323Z''\"","location":"westus2","properties":{"poolId":"33a89a49-247e-18f5-e50a-d48a7c899786","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A00%3A32.0118831Z''\"","location":"eastus2","properties":{"poolId":"872e03fa-9208-06bf-dcfa-c0d188d8d4aa","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['569'] + content-length: ['575'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:28:48 GMT'] + date: ['Tue, 07 May 2019 17:01:05 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -216,26 +216,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32a1c9ec-4090-4ee1-8535-6e1b6e3940bf?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8880d7df-599d-48e6-90a0-5a8c3bc23a8e?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:28:49 GMT'] + date: ['Tue, 07 May 2019 17:01:06 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32a1c9ec-4090-4ee1-8535-6e1b6e3940bf?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8880d7df-599d-48e6-90a0-5a8c3bc23a8e?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -245,17 +245,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32a1c9ec-4090-4ee1-8535-6e1b6e3940bf?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8880d7df-599d-48e6-90a0-5a8c3bc23a8e?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/32a1c9ec-4090-4ee1-8535-6e1b6e3940bf","name":"32a1c9ec-4090-4ee1-8535-6e1b6e3940bf","status":"Succeeded","startTime":"2019-03-26T10:28:50.667442Z","endTime":"2019-03-26T10:28:54.7468002Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8880d7df-599d-48e6-90a0-5a8c3bc23a8e","name":"8880d7df-599d-48e6-90a0-5a8c3bc23a8e","status":"Succeeded","startTime":"2019-05-07T17:01:07.0316262Z","endTime":"2019-05-07T17:01:07.4222753Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['543'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:29:22 GMT'] + date: ['Tue, 07 May 2019 17:01:39 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -273,10 +273,10 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2019-05-01 response: body: {string: !!python/unicode '{"value":[]}'} headers: @@ -284,7 +284,7 @@ interactions: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:29:24 GMT'] + date: ['Tue, 07 May 2019 17:01:39 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -302,19 +302,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:29:30 GMT'] + date: ['Tue, 07 May 2019 17:01:44 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -329,20 +329,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01847c78-9817-4bc1-b0f7-e9d160a4dfc4?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f72d9764-6c3b-4f14-95a9-ae6d0a636139?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:29:33 GMT'] + date: ['Tue, 07 May 2019 17:01:46 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01847c78-9817-4bc1-b0f7-e9d160a4dfc4?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f72d9764-6c3b-4f14-95a9-ae6d0a636139?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -358,17 +358,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01847c78-9817-4bc1-b0f7-e9d160a4dfc4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f72d9764-6c3b-4f14-95a9-ae6d0a636139?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/01847c78-9817-4bc1-b0f7-e9d160a4dfc4","name":"01847c78-9817-4bc1-b0f7-e9d160a4dfc4","status":"Succeeded","startTime":"2019-03-26T10:29:34.1923616Z","endTime":"2019-03-26T10:29:34.2861227Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f72d9764-6c3b-4f14-95a9-ae6d0a636139","name":"f72d9764-6c3b-4f14-95a9-ae6d0a636139","status":"Succeeded","startTime":"2019-05-07T17:01:46.6333291Z","endTime":"2019-05-07T17:01:46.9771433Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:05 GMT'] + date: ['Tue, 07 May 2019 17:02:18 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -386,19 +386,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:08 GMT'] + date: ['Tue, 07 May 2019 17:02:21 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_pool.test_get_pool_by_name.yaml b/azure-mgmt-netapp/tests/recordings/test_pool.test_get_pool_by_name.yaml index b7f988754ad9..47f41d24a9d0 100644 --- a/azure-mgmt-netapp/tests/recordings/test_pool.test_get_pool_by_name.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_pool.test_get_pool_by_name.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,56 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A30%3A14.065672Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"error":{"code":"GatewayTimeout","message":"The + gateway did not receive a response from ''Microsoft.NetApp'' within the specified + time period."}}'} + headers: + cache-control: [no-cache] + connection: [close] + content-length: ['144'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 17:02:44 GMT'] + expires: ['-1'] + pragma: [no-cache] + strict-transport-security: [max-age=31536000; includeSubDomains] + x-content-type-options: [nosniff] + x-ms-failure-cause: [service] + status: {code: 504, message: Gateway Timeout} +- request: + body: !!python/unicode '{"location": "eastus2"}' + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + Content-Length: ['23'] + Content-Type: [application/json; charset=utf-8] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A02%3A46.2015359Z''\"","location":"eastus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16ee529e-ce10-4bcd-a837-0acba08101a8?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/942dee4e-4975-4c84-b78e-fec4bf2af712?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['373'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:14 GMT'] - etag: [W/"datetime'2019-03-26T10%3A30%3A14.065672Z'"] + date: ['Tue, 07 May 2019 17:02:46 GMT'] + etag: [W/"datetime'2019-05-07T17%3A02%3A46.2015359Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +67,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16ee529e-ce10-4bcd-a837-0acba08101a8?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/942dee4e-4975-4c84-b78e-fec4bf2af712?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/16ee529e-ce10-4bcd-a837-0acba08101a8","name":"16ee529e-ce10-4bcd-a837-0acba08101a8","status":"Succeeded","startTime":"2019-03-26T10:30:14.0131614Z","endTime":"2019-03-26T10:30:14.2943556Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/942dee4e-4975-4c84-b78e-fec4bf2af712","name":"942dee4e-4975-4c84-b78e-fec4bf2af712","status":"Succeeded","startTime":"2019-05-07T17:02:46.0797542Z","endTime":"2019-05-07T17:02:46.2921781Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:44 GMT'] + date: ['Tue, 07 May 2019 17:03:17 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +95,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A30%3A14.3458716Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A02%3A46.4056784Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:46 GMT'] - etag: [W/"datetime'2019-03-26T10%3A30%3A14.3458716Z'"] + date: ['Tue, 07 May 2019 17:03:18 GMT'] + etag: [W/"datetime'2019-05-07T17%3A02%3A46.4056784Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +118,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,21 +127,21 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A30%3A49.852166Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A03%3A21.1849496Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534c8243-559a-4485-9959-5b285a6099a8?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee80f092-0c45-4ef4-8ed3-c22de549ba61?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['459'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:30:49 GMT'] - etag: [W/"datetime'2019-03-26T10%3A30%3A49.852166Z'"] + date: ['Tue, 07 May 2019 17:03:21 GMT'] + etag: [W/"datetime'2019-05-07T17%3A03%3A21.1849496Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -129,17 +158,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534c8243-559a-4485-9959-5b285a6099a8?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee80f092-0c45-4ef4-8ed3-c22de549ba61?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/534c8243-559a-4485-9959-5b285a6099a8","name":"534c8243-559a-4485-9959-5b285a6099a8","status":"Succeeded","startTime":"2019-03-26T10:30:49.7969582Z","endTime":"2019-03-26T10:30:50.3431042Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee80f092-0c45-4ef4-8ed3-c22de549ba61","name":"ee80f092-0c45-4ef4-8ed3-c22de549ba61","status":"Succeeded","startTime":"2019-05-07T17:03:21.0662706Z","endTime":"2019-05-07T17:03:21.5514273Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:31:23 GMT'] + date: ['Tue, 07 May 2019 17:03:51 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +186,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A30%3A50.4025581Z''\"","location":"westus2","properties":{"poolId":"32303921-cc74-f683-1b6c-2e6d642807ca","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A03%3A21.6662855Z''\"","location":"eastus2","properties":{"poolId":"153a2615-0cef-4b1c-0cd5-8bf65f43bf33","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:31:24 GMT'] - etag: [W/"datetime'2019-03-26T10%3A30%3A50.4025581Z'"] + date: ['Tue, 07 May 2019 17:03:52 GMT'] + etag: [W/"datetime'2019-05-07T17%3A03%3A21.6662855Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -186,19 +215,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A30%3A50.4025581Z''\"","location":"westus2","properties":{"poolId":"32303921-cc74-f683-1b6c-2e6d642807ca","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A03%3A21.6662855Z''\"","location":"eastus2","properties":{"poolId":"153a2615-0cef-4b1c-0cd5-8bf65f43bf33","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:31:27 GMT'] - etag: [W/"datetime'2019-03-26T10%3A30%3A50.4025581Z'"] + date: ['Tue, 07 May 2019 17:03:53 GMT'] + etag: [W/"datetime'2019-05-07T17%3A03%3A21.6662855Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -217,26 +246,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc586a5-9892-4a50-9ef0-8f8e76aa5e5c?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/11b57543-453d-4456-9eb1-84c1937bb5ae?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:31:30 GMT'] + date: ['Tue, 07 May 2019 17:03:55 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc586a5-9892-4a50-9ef0-8f8e76aa5e5c?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/11b57543-453d-4456-9eb1-84c1937bb5ae?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -246,17 +275,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc586a5-9892-4a50-9ef0-8f8e76aa5e5c?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/11b57543-453d-4456-9eb1-84c1937bb5ae?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/abc586a5-9892-4a50-9ef0-8f8e76aa5e5c","name":"abc586a5-9892-4a50-9ef0-8f8e76aa5e5c","status":"Succeeded","startTime":"2019-03-26T10:31:31.3913776Z","endTime":"2019-03-26T10:31:34.9817836Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/11b57543-453d-4456-9eb1-84c1937bb5ae","name":"11b57543-453d-4456-9eb1-84c1937bb5ae","status":"Succeeded","startTime":"2019-05-07T17:03:55.4639679Z","endTime":"2019-05-07T17:03:55.7295971Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:32:03 GMT'] + date: ['Tue, 07 May 2019 17:04:26 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -274,19 +303,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:32:09 GMT'] + date: ['Tue, 07 May 2019 17:04:31 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -301,26 +330,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9fd4e43c-4474-463f-a4f5-7e8a396d27ad?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dad75783-fccc-420b-a247-4af0d3941ce4?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:32:12 GMT'] + date: ['Tue, 07 May 2019 17:04:33 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9fd4e43c-4474-463f-a4f5-7e8a396d27ad?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dad75783-fccc-420b-a247-4af0d3941ce4?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -330,17 +359,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9fd4e43c-4474-463f-a4f5-7e8a396d27ad?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dad75783-fccc-420b-a247-4af0d3941ce4?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9fd4e43c-4474-463f-a4f5-7e8a396d27ad","name":"9fd4e43c-4474-463f-a4f5-7e8a396d27ad","status":"Succeeded","startTime":"2019-03-26T10:32:12.7329943Z","endTime":"2019-03-26T10:32:12.8580008Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dad75783-fccc-420b-a247-4af0d3941ce4","name":"dad75783-fccc-420b-a247-4af0d3941ce4","status":"Succeeded","startTime":"2019-05-07T17:04:33.5810029Z","endTime":"2019-05-07T17:04:33.7528725Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:32:44 GMT'] + date: ['Tue, 07 May 2019 17:05:04 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -358,19 +387,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:32:47 GMT'] + date: ['Tue, 07 May 2019 17:05:06 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_pool.test_list_pools.yaml b/azure-mgmt-netapp/tests/recordings/test_pool.test_list_pools.yaml index 802e76a26277..c7d9d26871b5 100644 --- a/azure-mgmt-netapp/tests/recordings/test_pool.test_list_pools.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_pool.test_list_pools.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A32%3A51.6033375Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A05%3A10.5853085Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9ce541f-e9de-4d00-aaf7-bbffdf0992bf?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8bae2db2-7586-4e2b-8871-08077ed318ca?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:32:51 GMT'] - etag: [W/"datetime'2019-03-26T10%3A32%3A51.6033375Z'"] + date: ['Tue, 07 May 2019 17:05:10 GMT'] + etag: [W/"datetime'2019-05-07T17%3A05%3A10.5853085Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9ce541f-e9de-4d00-aaf7-bbffdf0992bf?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8bae2db2-7586-4e2b-8871-08077ed318ca?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b9ce541f-e9de-4d00-aaf7-bbffdf0992bf","name":"b9ce541f-e9de-4d00-aaf7-bbffdf0992bf","status":"Succeeded","startTime":"2019-03-26T10:32:51.50362Z","endTime":"2019-03-26T10:32:51.84139Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8bae2db2-7586-4e2b-8871-08077ed318ca","name":"8bae2db2-7586-4e2b-8871-08077ed318ca","status":"Succeeded","startTime":"2019-05-07T17:05:10.433788Z","endTime":"2019-05-07T17:05:10.6525418Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['506'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:33:24 GMT'] + date: ['Tue, 07 May 2019 17:05:41 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A32%3A51.8915451Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A05%3A10.779444Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:33:25 GMT'] - etag: [W/"datetime'2019-03-26T10%3A32%3A51.8915451Z'"] + date: ['Tue, 07 May 2019 17:05:42 GMT'] + etag: [W/"datetime'2019-05-07T17%3A05%3A10.779444Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A33%3A29.6616046Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A05%3A45.5887361Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb1b1df4-5524-480d-9fbc-77a97ceaa5f5?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1532439c-9969-4b86-b934-2693f0b06e20?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:33:29 GMT'] - etag: [W/"datetime'2019-03-26T10%3A33%3A29.6616046Z'"] + date: ['Tue, 07 May 2019 17:05:46 GMT'] + etag: [W/"datetime'2019-05-07T17%3A05%3A45.5887361Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb1b1df4-5524-480d-9fbc-77a97ceaa5f5?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1532439c-9969-4b86-b934-2693f0b06e20?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bb1b1df4-5524-480d-9fbc-77a97ceaa5f5","name":"bb1b1df4-5524-480d-9fbc-77a97ceaa5f5","status":"Succeeded","startTime":"2019-03-26T10:33:29.6169003Z","endTime":"2019-03-26T10:33:30.3856146Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1532439c-9969-4b86-b934-2693f0b06e20","name":"1532439c-9969-4b86-b934-2693f0b06e20","status":"Succeeded","startTime":"2019-05-07T17:05:45.4339621Z","endTime":"2019-05-07T17:05:45.9964633Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:02 GMT'] + date: ['Tue, 07 May 2019 17:06:15 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A33%3A30.4441671Z''\"","location":"westus2","properties":{"poolId":"f3e45f87-0d6c-5bbd-5c31-fa1736a056d2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A05%3A46.123109Z''\"","location":"eastus2","properties":{"poolId":"e344f76a-40ca-fc32-90d3-469c8c0664db","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['562'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:04 GMT'] - etag: [W/"datetime'2019-03-26T10%3A33%3A30.4441671Z'"] + date: ['Tue, 07 May 2019 17:06:17 GMT'] + etag: [W/"datetime'2019-05-07T17%3A05%3A46.123109Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -180,7 +180,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -189,28 +189,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A34%3A08.6685518Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A06%3A19.8666634Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f14e830e-b908-4336-b0d3-627fa17069b5?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e848128-499c-4c56-86f0-52aa4131482c?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:09 GMT'] - etag: [W/"datetime'2019-03-26T10%3A34%3A08.6685518Z'"] + date: ['Tue, 07 May 2019 17:06:19 GMT'] + etag: [W/"datetime'2019-05-07T17%3A06%3A19.8666634Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -220,17 +220,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f14e830e-b908-4336-b0d3-627fa17069b5?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e848128-499c-4c56-86f0-52aa4131482c?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f14e830e-b908-4336-b0d3-627fa17069b5","name":"f14e830e-b908-4336-b0d3-627fa17069b5","status":"Succeeded","startTime":"2019-03-26T10:34:08.6117247Z","endTime":"2019-03-26T10:34:09.1898775Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e848128-499c-4c56-86f0-52aa4131482c","name":"6e848128-499c-4c56-86f0-52aa4131482c","status":"Succeeded","startTime":"2019-05-07T17:06:19.7220263Z","endTime":"2019-05-07T17:06:20.2532525Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:41 GMT'] + date: ['Tue, 07 May 2019 17:06:50 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -248,18 +248,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A34%3A09.2459632Z''\"","location":"westus2","properties":{"poolId":"2b60b84b-06de-962d-7107-aae953f92006","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A06%3A20.3750186Z''\"","location":"eastus2","properties":{"poolId":"ea8a4f2c-7859-9329-bcf4-4333486b9d46","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:42 GMT'] - etag: [W/"datetime'2019-03-26T10%3A34%3A09.2459632Z'"] + date: ['Tue, 07 May 2019 17:06:52 GMT'] + etag: [W/"datetime'2019-05-07T17%3A06%3A20.3750186Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,18 +277,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A33%3A30.4441671Z''\"","location":"westus2","properties":{"poolId":"f3e45f87-0d6c-5bbd-5c31-fa1736a056d2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A34%3A09.2459632Z''\"","location":"westus2","properties":{"poolId":"2b60b84b-06de-962d-7107-aae953f92006","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A05%3A46.123109Z''\"","location":"eastus2","properties":{"poolId":"e344f76a-40ca-fc32-90d3-469c8c0664db","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A06%3A20.3750186Z''\"","location":"eastus2","properties":{"poolId":"ea8a4f2c-7859-9329-bcf4-4333486b9d46","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-2","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1127'] + content-length: ['1138'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:34:44 GMT'] + date: ['Tue, 07 May 2019 17:06:52 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -307,26 +307,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6e688de-dc80-4d11-9329-bd8c6678a498?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ce8c8f84-b1ba-4b79-90c1-2e5e032173f3?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:34:48 GMT'] + date: ['Tue, 07 May 2019 17:06:54 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6e688de-dc80-4d11-9329-bd8c6678a498?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ce8c8f84-b1ba-4b79-90c1-2e5e032173f3?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14997'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -336,17 +336,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6e688de-dc80-4d11-9329-bd8c6678a498?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ce8c8f84-b1ba-4b79-90c1-2e5e032173f3?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d6e688de-dc80-4d11-9329-bd8c6678a498","name":"d6e688de-dc80-4d11-9329-bd8c6678a498","status":"Succeeded","startTime":"2019-03-26T10:34:48.3702389Z","endTime":"2019-03-26T10:34:51.5967995Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ce8c8f84-b1ba-4b79-90c1-2e5e032173f3","name":"ce8c8f84-b1ba-4b79-90c1-2e5e032173f3","status":"Succeeded","startTime":"2019-05-07T17:06:54.65891Z","endTime":"2019-05-07T17:06:55.0183019Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['548'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:35:19 GMT'] + date: ['Tue, 07 May 2019 17:07:25 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -365,26 +365,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0aa0675-b7f2-4881-ab89-e2d039c05d6a?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5ffb4b78-c8a6-4f8e-9643-20fd65c505aa?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:35:22 GMT'] + date: ['Tue, 07 May 2019 17:07:26 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0aa0675-b7f2-4881-ab89-e2d039c05d6a?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5ffb4b78-c8a6-4f8e-9643-20fd65c505aa?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -394,17 +394,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0aa0675-b7f2-4881-ab89-e2d039c05d6a?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5ffb4b78-c8a6-4f8e-9643-20fd65c505aa?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d0aa0675-b7f2-4881-ab89-e2d039c05d6a","name":"d0aa0675-b7f2-4881-ab89-e2d039c05d6a","status":"Succeeded","startTime":"2019-03-26T10:35:22.4813869Z","endTime":"2019-03-26T10:35:25.6760581Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5ffb4b78-c8a6-4f8e-9643-20fd65c505aa","name":"5ffb4b78-c8a6-4f8e-9643-20fd65c505aa","status":"Succeeded","startTime":"2019-05-07T17:07:27.0664274Z","endTime":"2019-05-07T17:07:27.2851874Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:35:53 GMT'] + date: ['Tue, 07 May 2019 17:07:57 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -422,19 +422,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:35:59 GMT'] + date: ['Tue, 07 May 2019 17:08:03 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -448,19 +448,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:36:05 GMT'] + date: ['Tue, 07 May 2019 17:08:08 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -475,26 +475,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bfb8373f-1f40-4e0c-b3bb-caf681dd82aa?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e257fd5-da97-4798-9eeb-bccd1babdab6?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:36:08 GMT'] + date: ['Tue, 07 May 2019 17:08:10 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bfb8373f-1f40-4e0c-b3bb-caf681dd82aa?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e257fd5-da97-4798-9eeb-bccd1babdab6?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14997'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -504,17 +504,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bfb8373f-1f40-4e0c-b3bb-caf681dd82aa?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e257fd5-da97-4798-9eeb-bccd1babdab6?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bfb8373f-1f40-4e0c-b3bb-caf681dd82aa","name":"bfb8373f-1f40-4e0c-b3bb-caf681dd82aa","status":"Succeeded","startTime":"2019-03-26T10:36:08.0786609Z","endTime":"2019-03-26T10:36:08.1567949Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e257fd5-da97-4798-9eeb-bccd1babdab6","name":"0e257fd5-da97-4798-9eeb-bccd1babdab6","status":"Succeeded","startTime":"2019-05-07T17:08:10.7424873Z","endTime":"2019-05-07T17:08:10.898756Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:36:39 GMT'] + date: ['Tue, 07 May 2019 17:08:41 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -532,19 +532,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:36:41 GMT'] + date: ['Tue, 07 May 2019 17:08:44 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_pool.test_patch_pool.yaml b/azure-mgmt-netapp/tests/recordings/test_pool.test_patch_pool.yaml index 4128448e68cd..1351819a9ba6 100644 --- a/azure-mgmt-netapp/tests/recordings/test_pool.test_patch_pool.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_pool.test_patch_pool.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A36%3A46.8488687Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A08%3A47.951083Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eeff5ce-80a8-4364-94db-402bbd9ea8b8?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/888a36c3-5fe1-4158-917e-2fce1474a082?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:36:47 GMT'] - etag: [W/"datetime'2019-03-26T10%3A36%3A46.8488687Z'"] + date: ['Tue, 07 May 2019 17:08:47 GMT'] + etag: [W/"datetime'2019-05-07T17%3A08%3A47.951083Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eeff5ce-80a8-4364-94db-402bbd9ea8b8?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/888a36c3-5fe1-4158-917e-2fce1474a082?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5eeff5ce-80a8-4364-94db-402bbd9ea8b8","name":"5eeff5ce-80a8-4364-94db-402bbd9ea8b8","status":"Succeeded","startTime":"2019-03-26T10:36:46.7978597Z","endTime":"2019-03-26T10:36:47.0789741Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/888a36c3-5fe1-4158-917e-2fce1474a082","name":"888a36c3-5fe1-4158-917e-2fce1474a082","status":"Succeeded","startTime":"2019-05-07T17:08:47.8232846Z","endTime":"2019-05-07T17:08:48.0107861Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:37:18 GMT'] + date: ['Tue, 07 May 2019 17:09:19 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A36%3A47.1310711Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A08%3A48.1442174Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:37:19 GMT'] - etag: [W/"datetime'2019-03-26T10%3A36%3A47.1310711Z'"] + date: ['Tue, 07 May 2019 17:09:20 GMT'] + etag: [W/"datetime'2019-05-07T17%3A08%3A48.1442174Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,21 +98,21 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A37%3A24.3017032Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A09%3A22.8774629Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64451b95-0fe1-4887-9a6f-158420755c3f?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ad20cc20-f18e-4a2f-86e7-d0032eea2290?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:37:24 GMT'] - etag: [W/"datetime'2019-03-26T10%3A37%3A24.3017032Z'"] + date: ['Tue, 07 May 2019 17:09:22 GMT'] + etag: [W/"datetime'2019-05-07T17%3A09%3A22.8774629Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64451b95-0fe1-4887-9a6f-158420755c3f?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ad20cc20-f18e-4a2f-86e7-d0032eea2290?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/64451b95-0fe1-4887-9a6f-158420755c3f","name":"64451b95-0fe1-4887-9a6f-158420755c3f","status":"Succeeded","startTime":"2019-03-26T10:37:24.2122314Z","endTime":"2019-03-26T10:37:25.0992039Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ad20cc20-f18e-4a2f-86e7-d0032eea2290","name":"ad20cc20-f18e-4a2f-86e7-d0032eea2290","status":"Succeeded","startTime":"2019-05-07T17:09:22.7382873Z","endTime":"2019-05-07T17:09:23.222716Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['549'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:37:55 GMT'] + date: ['Tue, 07 May 2019 17:09:54 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A37%3A25.1483087Z''\"","location":"westus2","properties":{"poolId":"be620f0d-89de-ad92-145e-37b4eeab6719","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A09%3A23.3497929Z''\"","location":"eastus2","properties":{"poolId":"0133ca44-a5fd-5275-24bd-36335051ffb7","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:37:57 GMT'] - etag: [W/"datetime'2019-03-26T10%3A37%3A25.1483087Z'"] + date: ['Tue, 07 May 2019 17:09:54 GMT'] + etag: [W/"datetime'2019-05-07T17%3A09%3A23.3497929Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -189,19 +189,19 @@ interactions: Content-Length: ['95'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A37%3A59.6339566Z''\"","location":"westus2","tags":{"Tag2":"Value1"},"properties":{"provisioningState":"Succeeded","poolId":"be620f0d-89de-ad92-145e-37b4eeab6719","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Standard","size":4398046511104}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A09%3A57.0052794Z''\"","location":"eastus2","tags":{"Tag2":"Value1"},"properties":{"provisioningState":"Succeeded","poolId":"0133ca44-a5fd-5275-24bd-36335051ffb7","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Standard","size":4398046511104}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['583'] + content-length: ['589'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:38:00 GMT'] - etag: [W/"datetime'2019-03-26T10%3A37%3A59.6339566Z'"] + date: ['Tue, 07 May 2019 17:09:56 GMT'] + etag: [W/"datetime'2019-05-07T17%3A09%3A57.0052794Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -210,7 +210,7 @@ interactions: transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -221,26 +221,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f441b4cf-283d-4d42-bac3-33655644a47d?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/18c4564b-1ec2-45cf-a374-203ab6eae5d8?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:38:01 GMT'] + date: ['Tue, 07 May 2019 17:09:58 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f441b4cf-283d-4d42-bac3-33655644a47d?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/18c4564b-1ec2-45cf-a374-203ab6eae5d8?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14996'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -250,17 +250,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f441b4cf-283d-4d42-bac3-33655644a47d?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/18c4564b-1ec2-45cf-a374-203ab6eae5d8?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f441b4cf-283d-4d42-bac3-33655644a47d","name":"f441b4cf-283d-4d42-bac3-33655644a47d","status":"Succeeded","startTime":"2019-03-26T10:38:01.8343999Z","endTime":"2019-03-26T10:38:05.328136Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/18c4564b-1ec2-45cf-a374-203ab6eae5d8","name":"18c4564b-1ec2-45cf-a374-203ab6eae5d8","status":"Succeeded","startTime":"2019-05-07T17:09:58.9930491Z","endTime":"2019-05-07T17:09:59.2586891Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['543'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:38:32 GMT'] + date: ['Tue, 07 May 2019 17:10:30 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -278,19 +278,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:38:38 GMT'] + date: ['Tue, 07 May 2019 17:10:35 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -305,26 +305,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41bfff94-75e9-4b7e-b2a1-91e080da2604?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a3ebdf66-14f2-4589-9aad-34ebc1dccd04?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:38:39 GMT'] + date: ['Tue, 07 May 2019 17:10:37 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41bfff94-75e9-4b7e-b2a1-91e080da2604?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a3ebdf66-14f2-4589-9aad-34ebc1dccd04?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14997'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -334,17 +334,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41bfff94-75e9-4b7e-b2a1-91e080da2604?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a3ebdf66-14f2-4589-9aad-34ebc1dccd04?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/41bfff94-75e9-4b7e-b2a1-91e080da2604","name":"41bfff94-75e9-4b7e-b2a1-91e080da2604","status":"Succeeded","startTime":"2019-03-26T10:38:40.2350758Z","endTime":"2019-03-26T10:38:40.3134881Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a3ebdf66-14f2-4589-9aad-34ebc1dccd04","name":"a3ebdf66-14f2-4589-9aad-34ebc1dccd04","status":"Succeeded","startTime":"2019-05-07T17:10:37.6214626Z","endTime":"2019-05-07T17:10:37.7933405Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:39:12 GMT'] + date: ['Tue, 07 May 2019 17:11:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -362,19 +362,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:39:15 GMT'] + date: ['Tue, 07 May 2019 17:11:10 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_pool.test_update_pool.yaml b/azure-mgmt-netapp/tests/recordings/test_pool.test_update_pool.yaml index 6ad846057a9c..b8b4e2101027 100644 --- a/azure-mgmt-netapp/tests/recordings/test_pool.test_update_pool.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_pool.test_update_pool.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A39%3A22.0536719Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A11%3A14.6914942Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8690977-1da9-401a-892a-886304da13fc?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/39cf1309-17dc-4d79-95fe-fe7045abf240?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:39:22 GMT'] - etag: [W/"datetime'2019-03-26T10%3A39%3A22.0536719Z'"] + date: ['Tue, 07 May 2019 17:11:14 GMT'] + etag: [W/"datetime'2019-05-07T17%3A11%3A14.6914942Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8690977-1da9-401a-892a-886304da13fc?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/39cf1309-17dc-4d79-95fe-fe7045abf240?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8690977-1da9-401a-892a-886304da13fc","name":"d8690977-1da9-401a-892a-886304da13fc","status":"Succeeded","startTime":"2019-03-26T10:39:21.9527965Z","endTime":"2019-03-26T10:39:22.280899Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/39cf1309-17dc-4d79-95fe-fe7045abf240","name":"39cf1309-17dc-4d79-95fe-fe7045abf240","status":"Succeeded","startTime":"2019-05-07T17:11:14.5334809Z","endTime":"2019-05-07T17:11:14.7678927Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['509'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:39:54 GMT'] + date: ['Tue, 07 May 2019 17:11:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A39%3A22.3368736Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T17%3A11%3A14.8816269Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:39:56 GMT'] - etag: [W/"datetime'2019-03-26T10%3A39%3A22.3368736Z'"] + date: ['Tue, 07 May 2019 17:11:46 GMT'] + etag: [W/"datetime'2019-05-07T17%3A11%3A14.8816269Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A40%3A01.1617751Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A11%3A49.3486797Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf9df5a6-09a0-4241-b19a-da4af3da1bec?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d72000b8-14c6-4072-b9dd-bb731050544b?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:40:01 GMT'] - etag: [W/"datetime'2019-03-26T10%3A40%3A01.1617751Z'"] + date: ['Tue, 07 May 2019 17:11:49 GMT'] + etag: [W/"datetime'2019-05-07T17%3A11%3A49.3486797Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf9df5a6-09a0-4241-b19a-da4af3da1bec?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d72000b8-14c6-4072-b9dd-bb731050544b?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cf9df5a6-09a0-4241-b19a-da4af3da1bec","name":"cf9df5a6-09a0-4241-b19a-da4af3da1bec","status":"Succeeded","startTime":"2019-03-26T10:40:01.1147666Z","endTime":"2019-03-26T10:40:01.7709855Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d72000b8-14c6-4072-b9dd-bb731050544b","name":"d72000b8-14c6-4072-b9dd-bb731050544b","status":"Succeeded","startTime":"2019-05-07T17:11:49.2225666Z","endTime":"2019-05-07T17:11:49.660037Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['549'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:40:34 GMT'] + date: ['Tue, 07 May 2019 17:12:20 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A40%3A01.8242471Z''\"","location":"westus2","properties":{"poolId":"71f884b0-1109-a1e1-ec24-a7b4681946d3","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A11%3A49.7809824Z''\"","location":"eastus2","properties":{"poolId":"96883750-7c3a-2fe9-15fd-9805a284a2b8","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:40:36 GMT'] - etag: [W/"datetime'2019-03-26T10%3A40%3A01.8242471Z'"] + date: ['Tue, 07 May 2019 17:12:20 GMT'] + etag: [W/"datetime'2019-05-07T17%3A11%3A49.7809824Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -180,7 +180,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Standard", "size": 4398046511104}}' headers: Accept: [application/json] @@ -189,20 +189,20 @@ interactions: Content-Length: ['90'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A40%3A38.4473641Z''\"","location":"westus2","properties":{"poolId":"71f884b0-1109-a1e1-ec24-a7b4681946d3","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Standard","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T17%3A12%3A22.7760147Z''\"","location":"eastus2","properties":{"poolId":"96883750-7c3a-2fe9-15fd-9805a284a2b8","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Standard","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['558'] + content-length: ['564'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:40:38 GMT'] - etag: [W/"datetime'2019-03-26T10%3A40%3A38.4473641Z'"] + date: ['Tue, 07 May 2019 17:12:22 GMT'] + etag: [W/"datetime'2019-05-07T17%3A12%3A22.7760147Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -211,7 +211,7 @@ interactions: transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -222,20 +222,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7decf1f-1fc7-4beb-aeae-44421a29a90a?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b627eca6-7efc-4e60-9153-386e4373a411?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:40:41 GMT'] + date: ['Tue, 07 May 2019 17:12:24 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7decf1f-1fc7-4beb-aeae-44421a29a90a?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b627eca6-7efc-4e60-9153-386e4373a411?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -251,17 +251,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7decf1f-1fc7-4beb-aeae-44421a29a90a?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b627eca6-7efc-4e60-9153-386e4373a411?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d7decf1f-1fc7-4beb-aeae-44421a29a90a","name":"d7decf1f-1fc7-4beb-aeae-44421a29a90a","status":"Succeeded","startTime":"2019-03-26T10:40:41.8653136Z","endTime":"2019-03-26T10:40:44.9818013Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b627eca6-7efc-4e60-9153-386e4373a411","name":"b627eca6-7efc-4e60-9153-386e4373a411","status":"Succeeded","startTime":"2019-05-07T17:12:24.2580293Z","endTime":"2019-05-07T17:12:24.4924001Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:41:12 GMT'] + date: ['Tue, 07 May 2019 17:12:55 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -279,19 +279,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:41:19 GMT'] + date: ['Tue, 07 May 2019 17:13:01 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -306,20 +306,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f655fc0-b5f8-43eb-a079-65dbe4c6d479?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/05d853a4-91d0-4d77-bdd1-a1d359d022ec?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:41:22 GMT'] + date: ['Tue, 07 May 2019 17:13:02 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f655fc0-b5f8-43eb-a079-65dbe4c6d479?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/05d853a4-91d0-4d77-bdd1-a1d359d022ec?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -335,17 +335,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f655fc0-b5f8-43eb-a079-65dbe4c6d479?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/05d853a4-91d0-4d77-bdd1-a1d359d022ec?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0f655fc0-b5f8-43eb-a079-65dbe4c6d479","name":"0f655fc0-b5f8-43eb-a079-65dbe4c6d479","status":"Succeeded","startTime":"2019-03-26T10:41:22.8390407Z","endTime":"2019-03-26T10:41:22.9171874Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/05d853a4-91d0-4d77-bdd1-a1d359d022ec","name":"05d853a4-91d0-4d77-bdd1-a1d359d022ec","status":"Succeeded","startTime":"2019-05-07T17:13:02.8151405Z","endTime":"2019-05-07T17:13:03.0026447Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:41:54 GMT'] + date: ['Tue, 07 May 2019 17:13:33 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -363,19 +363,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:41:57 GMT'] + date: ['Tue, 07 May 2019 17:13:35 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_create_delete_snapshot.yaml b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_create_delete_snapshot.yaml index e69354c556fb..610843f6bb12 100644 --- a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_create_delete_snapshot.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_create_delete_snapshot.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A04%3A07.5868882Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A01%3A37.4085138Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73d49dce-59cf-4871-9769-19014f1f20e6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ef991693-794b-4cf2-9115-12bdecfe0a9f?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:04:08 GMT'] - etag: [W/"datetime'2019-03-26T12%3A04%3A07.5868882Z'"] + date: ['Tue, 07 May 2019 21:01:37 GMT'] + etag: [W/"datetime'2019-05-07T21%3A01%3A37.4085138Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73d49dce-59cf-4871-9769-19014f1f20e6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ef991693-794b-4cf2-9115-12bdecfe0a9f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/73d49dce-59cf-4871-9769-19014f1f20e6","name":"73d49dce-59cf-4871-9769-19014f1f20e6","status":"Succeeded","startTime":"2019-03-26T12:04:07.5357666Z","endTime":"2019-03-26T12:04:07.8326234Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ef991693-794b-4cf2-9115-12bdecfe0a9f","name":"ef991693-794b-4cf2-9115-12bdecfe0a9f","status":"Succeeded","startTime":"2019-05-07T21:01:37.264264Z","endTime":"2019-05-07T21:01:37.4830098Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:04:40 GMT'] + date: ['Tue, 07 May 2019 21:02:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A04%3A07.8760947Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A01%3A37.605653Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:04:41 GMT'] - etag: [W/"datetime'2019-03-26T12%3A04%3A07.8760947Z'"] + date: ['Tue, 07 May 2019 21:02:09 GMT'] + etag: [W/"datetime'2019-05-07T21%3A01%3A37.605653Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A04%3A47.114048Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A02%3A11.6367913Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ada61a9-18c4-4b32-9f29-34ea71d9d32f?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1de6c344-52c9-4774-8797-836ece8410f7?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['459'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:04:47 GMT'] - etag: [W/"datetime'2019-03-26T12%3A04%3A47.114048Z'"] + date: ['Tue, 07 May 2019 21:02:11 GMT'] + etag: [W/"datetime'2019-05-07T21%3A02%3A11.6367913Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ada61a9-18c4-4b32-9f29-34ea71d9d32f?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1de6c344-52c9-4774-8797-836ece8410f7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/4ada61a9-18c4-4b32-9f29-34ea71d9d32f","name":"4ada61a9-18c4-4b32-9f29-34ea71d9d32f","status":"Succeeded","startTime":"2019-03-26T12:04:47.0425807Z","endTime":"2019-03-26T12:04:47.4644655Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1de6c344-52c9-4774-8797-836ece8410f7","name":"1de6c344-52c9-4774-8797-836ece8410f7","status":"Succeeded","startTime":"2019-05-07T21:02:11.5178991Z","endTime":"2019-05-07T21:02:11.986691Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['549'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:05:20 GMT'] + date: ['Tue, 07 May 2019 21:02:42 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A04%3A47.5573634Z''\"","location":"westus2","properties":{"poolId":"845aa99f-7b8a-412c-9b48-8e2ca179b2cf","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A02%3A12.1121286Z''\"","location":"eastus2","properties":{"poolId":"f3d4c855-32d9-5bca-7efb-33e2c0303caa","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:05:22 GMT'] - etag: [W/"datetime'2019-03-26T12%3A04%3A47.5573634Z'"] + date: ['Tue, 07 May 2019 21:02:44 GMT'] + etag: [W/"datetime'2019-05-07T21%3A02%3A12.1121286Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A05%3A35.1114839Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A02%3A56.9200053Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:05:35 GMT'] - etag: [W/"datetime'2019-03-26T12%3A05%3A35.1114839Z'"] + date: ['Tue, 07 May 2019 21:02:57 GMT'] + etag: [W/"datetime'2019-05-07T21%3A02%3A56.9200053Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355","name":"02efd99d-c62d-4364-aa48-6110663e6355","status":"Creating","startTime":"2019-03-26T12:05:35.0577065Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Creating","startTime":"2019-05-07T21:02:56.809535Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:06:08 GMT'] + date: ['Tue, 07 May 2019 21:03:27 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355","name":"02efd99d-c62d-4364-aa48-6110663e6355","status":"Creating","startTime":"2019-03-26T12:05:35.0577065Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Creating","startTime":"2019-05-07T21:02:56.809535Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:06:39 GMT'] + date: ['Tue, 07 May 2019 21:03:59 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355","name":"02efd99d-c62d-4364-aa48-6110663e6355","status":"Creating","startTime":"2019-03-26T12:05:35.0577065Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Creating","startTime":"2019-05-07T21:02:56.809535Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:07:11 GMT'] + date: ['Tue, 07 May 2019 21:04:29 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355","name":"02efd99d-c62d-4364-aa48-6110663e6355","status":"Creating","startTime":"2019-03-26T12:05:35.0577065Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Creating","startTime":"2019-05-07T21:02:56.809535Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:07:43 GMT'] + date: ['Tue, 07 May 2019 21:05:01 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/02efd99d-c62d-4364-aa48-6110663e6355","name":"02efd99d-c62d-4364-aa48-6110663e6355","status":"Succeeded","startTime":"2019-03-26T12:05:35.0577065Z","endTime":"2019-03-26T12:08:04.2931133Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Creating","startTime":"2019-05-07T21:02:56.809535Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:16 GMT'] + date: ['Tue, 07 May 2019 21:05:32 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A08%3A04.3257832Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_f4d056fe","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"f74ebe57-2819-29d7-7727-65bde50c7c1a","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b0900fcc-a6df-46de-9c43-105e38fc168f","name":"b0900fcc-a6df-46de-9c43-105e38fc168f","status":"Succeeded","startTime":"2019-05-07T21:02:56.809535Z","endTime":"2019-05-07T21:05:43.6293146Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['576'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:18 GMT'] - etag: [W/"datetime'2019-03-26T12%3A08%3A04.3257832Z'"] + date: ['Tue, 07 May 2019 21:06:03 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,19 +389,48 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A05%3A43.6992913Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_c9dafc38","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"7a4fe11a-dc96-a1ae-19ec-6bee587b18da","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['1476'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 21:06:05 GMT'] + etag: [W/"datetime'2019-05-07T21%3A05%3A43.6992913Z'"] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A08%3A04.3257832Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_f4d056fe","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"f74ebe57-2819-29d7-7727-65bde50c7c1a","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A05%3A43.6992913Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_c9dafc38","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"7a4fe11a-dc96-a1ae-19ec-6bee587b18da","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:25 GMT'] - etag: [W/"datetime'2019-03-26T12%3A08%3A04.3257832Z'"] + date: ['Tue, 07 May 2019 21:06:10 GMT'] + etag: [W/"datetime'2019-05-07T21%3A05%3A43.6992913Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -414,8 +442,8 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"properties": {"fileSystemId": "40a48f3d-5c46-0edf-7f3d-141f6abae81c"}, - "location": "westus2"}' + body: !!python/unicode '{"properties": {"fileSystemId": "7a20c68f-e837-d928-06a8-d9b5b9cfc314"}, + "location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -423,19 +451,19 @@ interactions: Content-Length: ['95'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"3/26/2019 - 12:08:33 PM","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"305c3dfd-113f-0c79-5384-c9efb93a3b3b","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:08:31Z"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"5/7/2019 + 9:06:15 PM","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"f6308132-c7a7-e308-dec0-65edb389a441","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:06:12Z"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['682'] + content-length: ['686'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:33 GMT'] + date: ['Tue, 07 May 2019 21:06:15 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -452,18 +480,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"305c3dfd-113f-0c79-5384-c9efb93a3b3b","fileSystemId":"40a48f3d-5c46-0edf-7f3d-141f6abae81c","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:08:31Z"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"f6308132-c7a7-e308-dec0-65edb389a441","fileSystemId":"7a20c68f-e837-d928-06a8-d9b5b9cfc314","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:06:12Z"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['663'] + content-length: ['669'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:36 GMT'] + date: ['Tue, 07 May 2019 21:06:16 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -482,24 +510,24 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:08:44 GMT'] + date: ['Tue, 07 May 2019 21:06:20 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -509,10 +537,10 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2019-05-01 response: body: {string: !!python/unicode '{"value":[]}'} headers: @@ -520,7 +548,7 @@ interactions: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:08:47 GMT'] + date: ['Tue, 07 May 2019 21:06:21 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -539,20 +567,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:08:51 GMT'] + date: ['Tue, 07 May 2019 21:06:22 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -568,17 +596,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21","name":"56cd5116-35c6-4d70-9d8e-60d40329eb21","status":"Deleting","startTime":"2019-03-26T12:08:51.1503332Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","name":"9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","status":"Deleting","startTime":"2019-05-07T21:06:23.2550225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:09:22 GMT'] + date: ['Tue, 07 May 2019 21:06:54 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -596,17 +624,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21","name":"56cd5116-35c6-4d70-9d8e-60d40329eb21","status":"Deleting","startTime":"2019-03-26T12:08:51.1503332Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","name":"9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","status":"Deleting","startTime":"2019-05-07T21:06:23.2550225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:09:54 GMT'] + date: ['Tue, 07 May 2019 21:07:25 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -624,17 +652,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/56cd5116-35c6-4d70-9d8e-60d40329eb21","name":"56cd5116-35c6-4d70-9d8e-60d40329eb21","status":"Succeeded","startTime":"2019-03-26T12:08:51.1503332Z","endTime":"2019-03-26T12:09:56.5747429Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","name":"9bc4ca5e-379a-4452-b86c-fb7927f3a6a0","status":"Succeeded","startTime":"2019-05-07T21:06:23.2550225Z","endTime":"2019-05-07T21:07:32.3856285Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:10:26 GMT'] + date: ['Tue, 07 May 2019 21:07:55 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -652,19 +680,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:10:32 GMT'] + date: ['Tue, 07 May 2019 21:08:01 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -679,20 +707,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd847858-613d-465f-b566-83cee67f513e?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4cd1dde0-17d0-4315-afb2-6b3b410a47b7?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:10:35 GMT'] + date: ['Tue, 07 May 2019 21:08:02 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd847858-613d-465f-b566-83cee67f513e?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4cd1dde0-17d0-4315-afb2-6b3b410a47b7?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -708,17 +736,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd847858-613d-465f-b566-83cee67f513e?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4cd1dde0-17d0-4315-afb2-6b3b410a47b7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cd847858-613d-465f-b566-83cee67f513e","name":"cd847858-613d-465f-b566-83cee67f513e","status":"Succeeded","startTime":"2019-03-26T12:10:35.1912394Z","endTime":"2019-03-26T12:10:39.0048058Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4cd1dde0-17d0-4315-afb2-6b3b410a47b7","name":"4cd1dde0-17d0-4315-afb2-6b3b410a47b7","status":"Succeeded","startTime":"2019-05-07T21:08:02.9234343Z","endTime":"2019-05-07T21:08:03.2965913Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:11:07 GMT'] + date: ['Tue, 07 May 2019 21:08:34 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -736,19 +764,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:11:13 GMT'] + date: ['Tue, 07 May 2019 21:08:39 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -763,26 +791,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b42021bd-f156-4148-b891-7528324f8e97?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/111a9dc7-40d2-4d09-9c29-f9437e8589c7?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:11:16 GMT'] + date: ['Tue, 07 May 2019 21:08:41 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b42021bd-f156-4148-b891-7528324f8e97?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/111a9dc7-40d2-4d09-9c29-f9437e8589c7?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -792,17 +820,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b42021bd-f156-4148-b891-7528324f8e97?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/111a9dc7-40d2-4d09-9c29-f9437e8589c7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b42021bd-f156-4148-b891-7528324f8e97","name":"b42021bd-f156-4148-b891-7528324f8e97","status":"Succeeded","startTime":"2019-03-26T12:11:17.1079481Z","endTime":"2019-03-26T12:11:17.1704136Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/111a9dc7-40d2-4d09-9c29-f9437e8589c7","name":"111a9dc7-40d2-4d09-9c29-f9437e8589c7","status":"Succeeded","startTime":"2019-05-07T21:08:41.2426145Z","endTime":"2019-05-07T21:08:41.4457479Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:11:48 GMT'] + date: ['Tue, 07 May 2019 21:09:11 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -820,19 +848,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:11:52 GMT'] + date: ['Tue, 07 May 2019 21:09:14 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_get_snapshot_by_name.yaml b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_get_snapshot_by_name.yaml index 18ca2d3fd660..daf7547535ef 100644 --- a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_get_snapshot_by_name.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_get_snapshot_by_name.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A11%3A58.3024662Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A30%3A46.5021948Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24efa558-5ec8-424b-84e9-54b37a1f8ab1?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1613ffa4-c569-4ff8-9163-9565b4f9e03d?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:11:58 GMT'] - etag: [W/"datetime'2019-03-26T12%3A11%3A58.3024662Z'"] + date: ['Tue, 07 May 2019 21:30:46 GMT'] + etag: [W/"datetime'2019-05-07T21%3A30%3A46.5021948Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24efa558-5ec8-424b-84e9-54b37a1f8ab1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1613ffa4-c569-4ff8-9163-9565b4f9e03d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/24efa558-5ec8-424b-84e9-54b37a1f8ab1","name":"24efa558-5ec8-424b-84e9-54b37a1f8ab1","status":"Succeeded","startTime":"2019-03-26T12:11:58.2405256Z","endTime":"2019-03-26T12:11:58.5373642Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/1613ffa4-c569-4ff8-9163-9565b4f9e03d","name":"1613ffa4-c569-4ff8-9163-9565b4f9e03d","status":"Succeeded","startTime":"2019-05-07T21:30:46.3148493Z","endTime":"2019-05-07T21:30:46.6273628Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:12:30 GMT'] + date: ['Tue, 07 May 2019 21:31:17 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A11%3A58.5946747Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A30%3A46.7493699Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:12:32 GMT'] - etag: [W/"datetime'2019-03-26T12%3A11%3A58.5946747Z'"] + date: ['Tue, 07 May 2019 21:31:18 GMT'] + etag: [W/"datetime'2019-05-07T21%3A30%3A46.7493699Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A12%3A39.0595016Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A31%3A20.6944413Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99a8dcc6-6174-405a-92df-ff558fedae00?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/734878fd-4835-42a1-82dd-f60ca700c05d?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:12:39 GMT'] - etag: [W/"datetime'2019-03-26T12%3A12%3A39.0595016Z'"] + date: ['Tue, 07 May 2019 21:31:21 GMT'] + etag: [W/"datetime'2019-05-07T21%3A31%3A20.6944413Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99a8dcc6-6174-405a-92df-ff558fedae00?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/734878fd-4835-42a1-82dd-f60ca700c05d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/99a8dcc6-6174-405a-92df-ff558fedae00","name":"99a8dcc6-6174-405a-92df-ff558fedae00","status":"Succeeded","startTime":"2019-03-26T12:12:39.0088292Z","endTime":"2019-03-26T12:12:39.3838049Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/734878fd-4835-42a1-82dd-f60ca700c05d","name":"734878fd-4835-42a1-82dd-f60ca700c05d","status":"Succeeded","startTime":"2019-05-07T21:31:20.5506648Z","endTime":"2019-05-07T21:31:21.0974882Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:13:12 GMT'] + date: ['Tue, 07 May 2019 21:31:52 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A12%3A39.4327675Z''\"","location":"westus2","properties":{"poolId":"f46702f0-b486-b672-610d-1becd9fbcb0f","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A31%3A21.2308213Z''\"","location":"eastus2","properties":{"poolId":"29c9fe2a-5374-20f8-4347-d5d56876f184","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:13:13 GMT'] - etag: [W/"datetime'2019-03-26T12%3A12%3A39.4327675Z'"] + date: ['Tue, 07 May 2019 21:31:53 GMT'] + etag: [W/"datetime'2019-05-07T21%3A31%3A21.2308213Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,30 +181,30 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A13%3A29.2233521Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A32%3A06.3187995Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:13:29 GMT'] - etag: [W/"datetime'2019-03-26T12%3A13%3A29.2233521Z'"] + date: ['Tue, 07 May 2019 21:32:06 GMT'] + etag: [W/"datetime'2019-05-07T21%3A32%3A06.3187995Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47","name":"856f6eae-a4da-4566-8296-7b9bff939b47","status":"Creating","startTime":"2019-03-26T12:13:29.1816382Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37","name":"9d4802cb-1a84-4eff-83e3-5d3649843d37","status":"Creating","startTime":"2019-05-07T21:32:06.1110225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:14:01 GMT'] + date: ['Tue, 07 May 2019 21:32:36 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47","name":"856f6eae-a4da-4566-8296-7b9bff939b47","status":"Creating","startTime":"2019-03-26T12:13:29.1816382Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37","name":"9d4802cb-1a84-4eff-83e3-5d3649843d37","status":"Creating","startTime":"2019-05-07T21:32:06.1110225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:14:33 GMT'] + date: ['Tue, 07 May 2019 21:33:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47","name":"856f6eae-a4da-4566-8296-7b9bff939b47","status":"Creating","startTime":"2019-03-26T12:13:29.1816382Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37","name":"9d4802cb-1a84-4eff-83e3-5d3649843d37","status":"Creating","startTime":"2019-05-07T21:32:06.1110225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:15:05 GMT'] + date: ['Tue, 07 May 2019 21:33:40 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47","name":"856f6eae-a4da-4566-8296-7b9bff939b47","status":"Creating","startTime":"2019-03-26T12:13:29.1816382Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37","name":"9d4802cb-1a84-4eff-83e3-5d3649843d37","status":"Creating","startTime":"2019-05-07T21:32:06.1110225Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:15:36 GMT'] + date: ['Tue, 07 May 2019 21:34:11 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/856f6eae-a4da-4566-8296-7b9bff939b47","name":"856f6eae-a4da-4566-8296-7b9bff939b47","status":"Succeeded","startTime":"2019-03-26T12:13:29.1816382Z","endTime":"2019-03-26T12:16:03.4142366Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/9d4802cb-1a84-4eff-83e3-5d3649843d37","name":"9d4802cb-1a84-4eff-83e3-5d3649843d37","status":"Succeeded","startTime":"2019-05-07T21:32:06.1110225Z","endTime":"2019-05-07T21:34:37.6351973Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:16:09 GMT'] + date: ['Tue, 07 May 2019 21:34:42 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A16%3A03.4428275Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_7d2e128c","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"de0fee28-0dd4-cf3d-766a-d4edd85464b6","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A34%3A37.6801556Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_b41b3baa","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"ad25ddad-bb14-df6a-6036-17b0b061614c","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:16:11 GMT'] - etag: [W/"datetime'2019-03-26T12%3A16%3A03.4428275Z'"] + date: ['Tue, 07 May 2019 21:34:43 GMT'] + etag: [W/"datetime'2019-05-07T21%3A34%3A37.6801556Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,19 +390,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A16%3A03.4428275Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_7d2e128c","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"de0fee28-0dd4-cf3d-766a-d4edd85464b6","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A34%3A37.6801556Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_b41b3baa","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"ad25ddad-bb14-df6a-6036-17b0b061614c","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:16:17 GMT'] - etag: [W/"datetime'2019-03-26T12%3A16%3A03.4428275Z'"] + date: ['Tue, 07 May 2019 21:34:48 GMT'] + etag: [W/"datetime'2019-05-07T21%3A34%3A37.6801556Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -414,8 +414,8 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"properties": {"fileSystemId": "b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a"}, - "location": "westus2"}' + body: !!python/unicode '{"properties": {"fileSystemId": "cdbc3f50-5e76-b883-e4d3-e712408d0b4f"}, + "location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -423,26 +423,26 @@ interactions: Content-Length: ['95'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"3/26/2019 - 12:16:26 PM","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"4a1f8662-8e25-bbde-0025-8b7c35a67758","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:16:23Z"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"5/7/2019 + 9:34:54 PM","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"e235339e-0f5e-41d5-63b0-676ebcd7c750","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:34:39Z"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['682'] + content-length: ['686'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:16:26 GMT'] + date: ['Tue, 07 May 2019 21:34:54 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1197'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -452,18 +452,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"4a1f8662-8e25-bbde-0025-8b7c35a67758","fileSystemId":"b436904a-0eaa-6ef1-e2e7-af7c5ed83e3a","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:16:23Z"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"e235339e-0f5e-41d5-63b0-676ebcd7c750","fileSystemId":"cdbc3f50-5e76-b883-e4d3-e712408d0b4f","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:34:39Z"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['651'] + content-length: ['657'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:16:28 GMT'] + date: ['Tue, 07 May 2019 21:34:54 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -482,17 +482,17 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:16:36 GMT'] + date: ['Tue, 07 May 2019 21:34:59 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -510,26 +510,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:16:43 GMT'] + date: ['Tue, 07 May 2019 21:35:06 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -539,17 +539,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07","name":"87765c7f-a65f-401c-a5d9-fd696e6abb07","status":"Deleting","startTime":"2019-03-26T12:16:44.5318653Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45","name":"6620e13b-e08a-4af3-9b35-30a447707c45","status":"Deleting","startTime":"2019-05-07T21:35:06.7958647Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:17:17 GMT'] + date: ['Tue, 07 May 2019 21:35:37 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -567,17 +567,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/87765c7f-a65f-401c-a5d9-fd696e6abb07","name":"87765c7f-a65f-401c-a5d9-fd696e6abb07","status":"Succeeded","startTime":"2019-03-26T12:16:44.5318653Z","endTime":"2019-03-26T12:17:49.0560542Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6620e13b-e08a-4af3-9b35-30a447707c45","name":"6620e13b-e08a-4af3-9b35-30a447707c45","status":"Succeeded","startTime":"2019-05-07T21:35:06.7958647Z","endTime":"2019-05-07T21:35:58.7022959Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:17:49 GMT'] + date: ['Tue, 07 May 2019 21:36:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -595,19 +595,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:17:55 GMT'] + date: ['Tue, 07 May 2019 21:36:14 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -622,26 +622,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f2d90c2-1c1f-4acc-8ea0-28b15f19baae?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7f39f472-b52a-4f09-bfe9-90a0580fafdd?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:17:58 GMT'] + date: ['Tue, 07 May 2019 21:36:15 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f2d90c2-1c1f-4acc-8ea0-28b15f19baae?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7f39f472-b52a-4f09-bfe9-90a0580fafdd?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -651,17 +651,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f2d90c2-1c1f-4acc-8ea0-28b15f19baae?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7f39f472-b52a-4f09-bfe9-90a0580fafdd?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f2d90c2-1c1f-4acc-8ea0-28b15f19baae","name":"9f2d90c2-1c1f-4acc-8ea0-28b15f19baae","status":"Succeeded","startTime":"2019-03-26T12:17:58.4382445Z","endTime":"2019-03-26T12:18:01.6290835Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7f39f472-b52a-4f09-bfe9-90a0580fafdd","name":"7f39f472-b52a-4f09-bfe9-90a0580fafdd","status":"Succeeded","startTime":"2019-05-07T21:36:15.5276369Z","endTime":"2019-05-07T21:36:15.7619799Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:18:29 GMT'] + date: ['Tue, 07 May 2019 21:36:46 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -679,19 +679,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:18:35 GMT'] + date: ['Tue, 07 May 2019 21:36:51 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -706,26 +706,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a32762c0-cf79-4e85-a24b-7bb74c2cc0d4?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3918a213-c20c-420f-a35c-9bb22be45a44?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:18:37 GMT'] + date: ['Tue, 07 May 2019 21:36:52 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a32762c0-cf79-4e85-a24b-7bb74c2cc0d4?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3918a213-c20c-420f-a35c-9bb22be45a44?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -735,17 +735,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a32762c0-cf79-4e85-a24b-7bb74c2cc0d4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3918a213-c20c-420f-a35c-9bb22be45a44?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a32762c0-cf79-4e85-a24b-7bb74c2cc0d4","name":"a32762c0-cf79-4e85-a24b-7bb74c2cc0d4","status":"Succeeded","startTime":"2019-03-26T12:18:37.6761141Z","endTime":"2019-03-26T12:18:37.7542559Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/3918a213-c20c-420f-a35c-9bb22be45a44","name":"3918a213-c20c-420f-a35c-9bb22be45a44","status":"Succeeded","startTime":"2019-05-07T21:36:53.5034524Z","endTime":"2019-05-07T21:36:53.6753195Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:08 GMT'] + date: ['Tue, 07 May 2019 21:37:24 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -763,19 +763,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:11 GMT'] + date: ['Tue, 07 May 2019 21:37:26 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_list_snapshots.yaml b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_list_snapshots.yaml index 981e392f7b25..0097522e5286 100644 --- a/azure-mgmt-netapp/tests/recordings/test_snapshot.test_list_snapshots.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_snapshot.test_list_snapshots.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A19%3A16.4270656Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A21%3A37.8810848Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88db00e4-fb9f-48eb-b230-d1fd54cf32f6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/56a412ea-6f77-4dca-a735-71619c2363e0?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:16 GMT'] - etag: [W/"datetime'2019-03-26T12%3A19%3A16.4270656Z'"] + date: ['Tue, 07 May 2019 21:21:37 GMT'] + etag: [W/"datetime'2019-05-07T21%3A21%3A37.8810848Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88db00e4-fb9f-48eb-b230-d1fd54cf32f6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/56a412ea-6f77-4dca-a735-71619c2363e0?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/88db00e4-fb9f-48eb-b230-d1fd54cf32f6","name":"88db00e4-fb9f-48eb-b230-d1fd54cf32f6","status":"Succeeded","startTime":"2019-03-26T12:19:16.3822235Z","endTime":"2019-03-26T12:19:16.663532Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/56a412ea-6f77-4dca-a735-71619c2363e0","name":"56a412ea-6f77-4dca-a735-71619c2363e0","status":"Succeeded","startTime":"2019-05-07T21:21:37.7186457Z","endTime":"2019-05-07T21:21:37.9374086Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['509'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:48 GMT'] + date: ['Tue, 07 May 2019 21:22:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T12%3A19%3A16.7152709Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T21%3A21%3A38.0742237Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:51 GMT'] - etag: [W/"datetime'2019-03-26T12%3A19%3A16.7152709Z'"] + date: ['Tue, 07 May 2019 21:22:09 GMT'] + etag: [W/"datetime'2019-05-07T21%3A21%3A38.0742237Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A19%3A54.8335802Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A22%3A12.2364477Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b88a7fd7-5344-40d2-8fc0-ae3ab17efd80?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a3d605a-9729-4e71-9d49-8a3985c623bc?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:19:55 GMT'] - etag: [W/"datetime'2019-03-26T12%3A19%3A54.8335802Z'"] + date: ['Tue, 07 May 2019 21:22:12 GMT'] + etag: [W/"datetime'2019-05-07T21%3A22%3A12.2364477Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b88a7fd7-5344-40d2-8fc0-ae3ab17efd80?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a3d605a-9729-4e71-9d49-8a3985c623bc?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b88a7fd7-5344-40d2-8fc0-ae3ab17efd80","name":"b88a7fd7-5344-40d2-8fc0-ae3ab17efd80","status":"Succeeded","startTime":"2019-03-26T12:19:54.7136446Z","endTime":"2019-03-26T12:19:55.157445Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a3d605a-9729-4e71-9d49-8a3985c623bc","name":"2a3d605a-9729-4e71-9d49-8a3985c623bc","status":"Succeeded","startTime":"2019-05-07T21:22:12.0967305Z","endTime":"2019-05-07T21:22:12.5811967Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['543'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:20:27 GMT'] + date: ['Tue, 07 May 2019 21:22:44 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T12%3A19%3A55.210849Z''\"","location":"westus2","properties":{"poolId":"cbbbd7f2-11ae-c8bc-e2ad-4fb762326cac","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T21%3A22%3A12.7157873Z''\"","location":"eastus2","properties":{"poolId":"6ffdfc08-7516-ef05-547b-579ab615b418","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['556'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:20:29 GMT'] - etag: [W/"datetime'2019-03-26T12%3A19%3A55.210849Z'"] + date: ['Tue, 07 May 2019 21:22:44 GMT'] + etag: [W/"datetime'2019-05-07T21%3A22%3A12.7157873Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A20%3A45.3316066Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A22%3A57.3654558Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:20:45 GMT'] - etag: [W/"datetime'2019-03-26T12%3A20%3A45.3316066Z'"] + date: ['Tue, 07 May 2019 21:22:57 GMT'] + etag: [W/"datetime'2019-05-07T21%3A22%3A57.3654558Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","name":"8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","status":"Creating","startTime":"2019-03-26T12:20:45.2963045Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Creating","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:21:18 GMT'] + date: ['Tue, 07 May 2019 21:23:28 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","name":"8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","status":"Creating","startTime":"2019-03-26T12:20:45.2963045Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Creating","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:21:50 GMT'] + date: ['Tue, 07 May 2019 21:24:00 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","name":"8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","status":"Creating","startTime":"2019-03-26T12:20:45.2963045Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Creating","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:22:21 GMT'] + date: ['Tue, 07 May 2019 21:24:31 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","name":"8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","status":"Creating","startTime":"2019-03-26T12:20:45.2963045Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Creating","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:22:54 GMT'] + date: ['Tue, 07 May 2019 21:25:02 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","name":"8a989bf8-e1dd-4ed3-8b04-f3dd6a8bfce7","status":"Succeeded","startTime":"2019-03-26T12:20:45.2963045Z","endTime":"2019-03-26T12:23:18.0299052Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Creating","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:25 GMT'] + date: ['Tue, 07 May 2019 21:25:32 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A23%3A18.0644124Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_4182bbfc","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"b2bd42d2-c2de-a952-20e9-80da53d151ea","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/cfcff931-a7f4-4669-a157-0712f42c661d","name":"cfcff931-a7f4-4669-a157-0712f42c661d","status":"Succeeded","startTime":"2019-05-07T21:22:57.2170897Z","endTime":"2019-05-07T21:25:42.3598197Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:28 GMT'] - etag: [W/"datetime'2019-03-26T12%3A23%3A18.0644124Z'"] + date: ['Tue, 07 May 2019 21:26:04 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,19 +389,48 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A25%3A42.3894985Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2d14d491","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"9da98d0d-b6cf-ddad-4a30-69107d4564ec","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['1476'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 21:26:05 GMT'] + etag: [W/"datetime'2019-05-07T21%3A25%3A42.3894985Z'"] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A23%3A18.0644124Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_4182bbfc","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"b2bd42d2-c2de-a952-20e9-80da53d151ea","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A25%3A42.3894985Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2d14d491","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"9da98d0d-b6cf-ddad-4a30-69107d4564ec","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:34 GMT'] - etag: [W/"datetime'2019-03-26T12%3A23%3A18.0644124Z'"] + date: ['Tue, 07 May 2019 21:26:11 GMT'] + etag: [W/"datetime'2019-05-07T21%3A25%3A42.3894985Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -414,8 +442,8 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"properties": {"fileSystemId": "fc41ba1b-629e-e966-9327-60480371d343"}, - "location": "westus2"}' + body: !!python/unicode '{"properties": {"fileSystemId": "40c95f11-7eb3-7116-6602-bf5d37093d41"}, + "location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -423,19 +451,19 @@ interactions: Content-Length: ['95'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"3/26/2019 - 12:23:42 PM","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"25183bc0-45cd-940b-3397-1c73ca1357e1","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:23:40Z"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"5/7/2019 + 9:26:16 PM","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"81cd3b52-398c-9742-0f15-cb760482a72e","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:26:01Z"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['682'] + content-length: ['686'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:42 GMT'] + date: ['Tue, 07 May 2019 21:26:15 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -452,19 +480,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T12%3A23%3A18.0644124Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_4182bbfc","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"b2bd42d2-c2de-a952-20e9-80da53d151ea","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T21%3A25%3A42.3894985Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2d14d491","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"9da98d0d-b6cf-ddad-4a30-69107d4564ec","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:44 GMT'] - etag: [W/"datetime'2019-03-26T12%3A23%3A18.0644124Z'"] + date: ['Tue, 07 May 2019 21:26:16 GMT'] + etag: [W/"datetime'2019-05-07T21%3A25%3A42.3894985Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -476,8 +504,8 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"properties": {"fileSystemId": "fc41ba1b-629e-e966-9327-60480371d343"}, - "location": "westus2"}' + body: !!python/unicode '{"properties": {"fileSystemId": "40c95f11-7eb3-7116-6602-bf5d37093d41"}, + "location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -485,19 +513,19 @@ interactions: Content-Length: ['95'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"3/26/2019 - 12:23:52 PM","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"5f887d7e-6455-69fc-4d02-df1c27738477","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","name":"sdk-py-tests-snapshot-2","created":"2019-03-26T12:23:49Z"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","etag":"5/7/2019 + 9:26:21 PM","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"fb1ef50f-9c92-1cdf-8beb-b1694cb2e7da","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-snapshot-2","created":"2019-05-07T21:26:07Z"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['682'] + content-length: ['686'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:52 GMT'] + date: ['Tue, 07 May 2019 21:26:21 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -514,18 +542,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"25183bc0-45cd-940b-3397-1c73ca1357e1","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","name":"sdk-py-tests-snapshot-1","created":"2019-03-26T12:23:40Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"westus2","properties":{"provisioningState":"Succeeded","snapshotId":"5f887d7e-6455-69fc-4d02-df1c27738477","fileSystemId":"fc41ba1b-629e-e966-9327-60480371d343","name":"sdk-py-tests-snapshot-2","created":"2019-03-26T12:23:49Z"}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"81cd3b52-398c-9742-0f15-cb760482a72e","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-snapshot-1","created":"2019-05-07T21:26:01Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1/sdk-py-tests-snapshot-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots","location":"eastus2","properties":{"provisioningState":"Succeeded","snapshotId":"fb1ef50f-9c92-1cdf-8beb-b1694cb2e7da","fileSystemId":"40c95f11-7eb3-7116-6602-bf5d37093d41","name":"sdk-py-tests-snapshot-2","created":"2019-05-07T21:26:07Z"}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1315'] + content-length: ['1327'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:23:54 GMT'] + date: ['Tue, 07 May 2019 21:26:23 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -544,24 +572,24 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:24:02 GMT'] + date: ['Tue, 07 May 2019 21:26:27 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -572,17 +600,17 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1/snapshots/sdk-py-tests-snapshot-2?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:24:15 GMT'] + date: ['Tue, 07 May 2019 21:26:36 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -600,26 +628,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:24:21 GMT'] + date: ['Tue, 07 May 2019 21:26:43 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -629,17 +657,45 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3","name":"fcf37827-3628-41fe-9160-e59054aaa1c3","status":"Deleting","startTime":"2019-05-07T21:26:43.710674Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['565'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 21:27:14 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6","name":"af4a2097-ad23-4227-acbe-46356eeb5ea6","status":"Deleting","startTime":"2019-03-26T12:24:22.624858Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3","name":"fcf37827-3628-41fe-9160-e59054aaa1c3","status":"Deleting","startTime":"2019-05-07T21:26:43.710674Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['559'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:24:53 GMT'] + date: ['Tue, 07 May 2019 21:27:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -657,17 +713,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/af4a2097-ad23-4227-acbe-46356eeb5ea6","name":"af4a2097-ad23-4227-acbe-46356eeb5ea6","status":"Succeeded","startTime":"2019-03-26T12:24:22.624858Z","endTime":"2019-03-26T12:25:20.6902181Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/fcf37827-3628-41fe-9160-e59054aaa1c3","name":"fcf37827-3628-41fe-9160-e59054aaa1c3","status":"Succeeded","startTime":"2019-05-07T21:26:43.710674Z","endTime":"2019-05-07T21:27:56.0505168Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['570'] + content-length: ['576'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:25:26 GMT'] + date: ['Tue, 07 May 2019 21:28:16 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -685,19 +741,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:25:32 GMT'] + date: ['Tue, 07 May 2019 21:28:22 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -712,26 +768,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9f83683-d52b-41c3-bb69-f606ed6e3b27?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0074b9ee-fcce-4d14-9656-559d0e8d77b3?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:25:36 GMT'] + date: ['Tue, 07 May 2019 21:28:23 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9f83683-d52b-41c3-bb69-f606ed6e3b27?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0074b9ee-fcce-4d14-9656-559d0e8d77b3?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -741,17 +797,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9f83683-d52b-41c3-bb69-f606ed6e3b27?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0074b9ee-fcce-4d14-9656-559d0e8d77b3?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/c9f83683-d52b-41c3-bb69-f606ed6e3b27","name":"c9f83683-d52b-41c3-bb69-f606ed6e3b27","status":"Succeeded","startTime":"2019-03-26T12:25:36.0489562Z","endTime":"2019-03-26T12:25:39.1762721Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0074b9ee-fcce-4d14-9656-559d0e8d77b3","name":"0074b9ee-fcce-4d14-9656-559d0e8d77b3","status":"Succeeded","startTime":"2019-05-07T21:28:23.9566675Z","endTime":"2019-05-07T21:28:24.5347531Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:26:08 GMT'] + date: ['Tue, 07 May 2019 21:28:55 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -769,19 +825,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:26:14 GMT'] + date: ['Tue, 07 May 2019 21:29:00 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -796,20 +852,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acfd0ad3-8165-40f1-8ded-93cdf5519c67?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5b76c9b7-8730-48f8-bae8-b9aacf70ef30?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:26:17 GMT'] + date: ['Tue, 07 May 2019 21:29:02 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acfd0ad3-8165-40f1-8ded-93cdf5519c67?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5b76c9b7-8730-48f8-bae8-b9aacf70ef30?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -825,17 +881,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acfd0ad3-8165-40f1-8ded-93cdf5519c67?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5b76c9b7-8730-48f8-bae8-b9aacf70ef30?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/acfd0ad3-8165-40f1-8ded-93cdf5519c67","name":"acfd0ad3-8165-40f1-8ded-93cdf5519c67","status":"Succeeded","startTime":"2019-03-26T12:26:17.4436292Z","endTime":"2019-03-26T12:26:17.5217553Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/5b76c9b7-8730-48f8-bae8-b9aacf70ef30","name":"5b76c9b7-8730-48f8-bae8-b9aacf70ef30","status":"Succeeded","startTime":"2019-05-07T21:29:02.1809657Z","endTime":"2019-05-07T21:29:02.3215944Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:26:49 GMT'] + date: ['Tue, 07 May 2019 21:29:32 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -853,19 +909,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:26:52 GMT'] + date: ['Tue, 07 May 2019 21:29:35 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_volume.test_create_delete_list_volume.yaml b/azure-mgmt-netapp/tests/recordings/test_volume.test_create_delete_list_volume.yaml index e1920c5bf329..214c70557c5f 100644 --- a/azure-mgmt-netapp/tests/recordings/test_volume.test_create_delete_list_volume.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_volume.test_create_delete_list_volume.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A00%3A21.824478Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T18%3A32%3A37.197414Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d436fecf-30ae-4d77-84b5-74c800572fd6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8325d612-61c4-455c-8a6f-c444afeef9fe?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['373'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:00:22 GMT'] - etag: [W/"datetime'2019-03-26T11%3A00%3A21.824478Z'"] + date: ['Tue, 07 May 2019 18:32:36 GMT'] + etag: [W/"datetime'2019-05-07T18%3A32%3A37.197414Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d436fecf-30ae-4d77-84b5-74c800572fd6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8325d612-61c4-455c-8a6f-c444afeef9fe?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d436fecf-30ae-4d77-84b5-74c800572fd6","name":"d436fecf-30ae-4d77-84b5-74c800572fd6","status":"Succeeded","startTime":"2019-03-26T11:00:21.7648928Z","endTime":"2019-03-26T11:00:22.06177Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8325d612-61c4-455c-8a6f-c444afeef9fe","name":"8325d612-61c4-455c-8a6f-c444afeef9fe","status":"Succeeded","startTime":"2019-05-07T18:32:37.0540152Z","endTime":"2019-05-07T18:32:37.2727667Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['508'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:00:54 GMT'] + date: ['Tue, 07 May 2019 18:33:07 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A00%3A22.1166857Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T18%3A32%3A37.4355802Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:00:57 GMT'] - etag: [W/"datetime'2019-03-26T11%3A00%3A22.1166857Z'"] + date: ['Tue, 07 May 2019 18:33:08 GMT'] + etag: [W/"datetime'2019-05-07T18%3A32%3A37.4355802Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,21 +98,21 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A01%3A01.2475623Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T18%3A33%3A11.2291639Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f85c5f1-4f23-4e9a-8b29-6a726ef43d57?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/00c960ad-e609-46a1-8be4-6d59115d8603?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:01:01 GMT'] - etag: [W/"datetime'2019-03-26T11%3A01%3A01.2475623Z'"] + date: ['Tue, 07 May 2019 18:33:10 GMT'] + etag: [W/"datetime'2019-05-07T18%3A33%3A11.2291639Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f85c5f1-4f23-4e9a-8b29-6a726ef43d57?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/00c960ad-e609-46a1-8be4-6d59115d8603?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9f85c5f1-4f23-4e9a-8b29-6a726ef43d57","name":"9f85c5f1-4f23-4e9a-8b29-6a726ef43d57","status":"Succeeded","startTime":"2019-03-26T11:01:01.1192773Z","endTime":"2019-03-26T11:01:01.8692447Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/00c960ad-e609-46a1-8be4-6d59115d8603","name":"00c960ad-e609-46a1-8be4-6d59115d8603","status":"Succeeded","startTime":"2019-05-07T18:33:11.043742Z","endTime":"2019-05-07T18:33:11.6531878Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['549'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:01:33 GMT'] + date: ['Tue, 07 May 2019 18:33:42 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A01%3A02.0131081Z''\"","location":"westus2","properties":{"poolId":"ed0af18a-d8e6-c0c8-7156-2484315fcb12","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T18%3A33%3A11.7955583Z''\"","location":"eastus2","properties":{"poolId":"b5164a7e-0d2f-6271-594d-6e92b4683563","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:01:34 GMT'] - etag: [W/"datetime'2019-03-26T11%3A01%3A02.0131081Z'"] + date: ['Tue, 07 May 2019 18:33:43 GMT'] + etag: [W/"datetime'2019-05-07T18%3A33%3A11.7955583Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A01%3A50.7328161Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T18%3A33%3A55.8733254Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:01:51 GMT'] - etag: [W/"datetime'2019-03-26T11%3A01%3A50.7328161Z'"] + date: ['Tue, 07 May 2019 18:33:55 GMT'] + etag: [W/"datetime'2019-05-07T18%3A33%3A55.8733254Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace","name":"bafe7bc5-e7ef-4677-998b-eaac63f19ace","status":"Creating","startTime":"2019-03-26T11:01:50.6534612Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382","name":"674477f1-670e-439d-a7ce-281b43205382","status":"Creating","startTime":"2019-05-07T18:33:55.7407721Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:02:22 GMT'] + date: ['Tue, 07 May 2019 18:34:26 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace","name":"bafe7bc5-e7ef-4677-998b-eaac63f19ace","status":"Creating","startTime":"2019-03-26T11:01:50.6534612Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382","name":"674477f1-670e-439d-a7ce-281b43205382","status":"Creating","startTime":"2019-05-07T18:33:55.7407721Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:02:55 GMT'] + date: ['Tue, 07 May 2019 18:34:57 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace","name":"bafe7bc5-e7ef-4677-998b-eaac63f19ace","status":"Creating","startTime":"2019-03-26T11:01:50.6534612Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382","name":"674477f1-670e-439d-a7ce-281b43205382","status":"Creating","startTime":"2019-05-07T18:33:55.7407721Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:03:26 GMT'] + date: ['Tue, 07 May 2019 18:35:29 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace","name":"bafe7bc5-e7ef-4677-998b-eaac63f19ace","status":"Creating","startTime":"2019-03-26T11:01:50.6534612Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382","name":"674477f1-670e-439d-a7ce-281b43205382","status":"Creating","startTime":"2019-05-07T18:33:55.7407721Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:03:58 GMT'] + date: ['Tue, 07 May 2019 18:36:00 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bafe7bc5-e7ef-4677-998b-eaac63f19ace","name":"bafe7bc5-e7ef-4677-998b-eaac63f19ace","status":"Succeeded","startTime":"2019-03-26T11:01:50.6534612Z","endTime":"2019-03-26T11:04:27.9764813Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/674477f1-670e-439d-a7ce-281b43205382","name":"674477f1-670e-439d-a7ce-281b43205382","status":"Succeeded","startTime":"2019-05-07T18:33:55.7407721Z","endTime":"2019-05-07T18:36:31.0556279Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:04:29 GMT'] + date: ['Tue, 07 May 2019 18:36:31 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A04%3A28.0099078Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"79b5c3bb-2076-db9a-2f63-f9db9f6edd4b","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_e656b45d","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"b96cff82-96e0-e011-0950-6c177f09a518","fileSystemId":"79b5c3bb-2076-db9a-2f63-f9db9f6edd4b","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T18%3A36%3A31.1036678Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"b768cfca-61b3-52bd-a3cf-566791a7e1f8","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_e7d5a3af","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"58cb1984-ce18-447c-4eb9-9e8530a57e08","fileSystemId":"b768cfca-61b3-52bd-a3cf-566791a7e1f8","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:04:31 GMT'] - etag: [W/"datetime'2019-03-26T11%3A04%3A28.0099078Z'"] + date: ['Tue, 07 May 2019 18:36:32 GMT'] + etag: [W/"datetime'2019-05-07T18%3A36%3A31.1036678Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,18 +390,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A04%3A28.0099078Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"79b5c3bb-2076-db9a-2f63-f9db9f6edd4b","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_e656b45d","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"b96cff82-96e0-e011-0950-6c177f09a518","fileSystemId":"79b5c3bb-2076-db9a-2f63-f9db9f6edd4b","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T18%3A36%3A31.1036678Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"b768cfca-61b3-52bd-a3cf-566791a7e1f8","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_e7d5a3af","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"58cb1984-ce18-447c-4eb9-9e8530a57e08","fileSystemId":"b768cfca-61b3-52bd-a3cf-566791a7e1f8","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1438'] + content-length: ['1488'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:04:32 GMT'] + date: ['Tue, 07 May 2019 18:36:33 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -420,26 +420,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:04:34 GMT'] + date: ['Tue, 07 May 2019 18:36:33 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14997'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -449,17 +449,45 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc","name":"ec652436-a698-4cee-87cc-fa5ec7d6bccc","status":"Deleting","startTime":"2019-05-07T18:36:34.5713957Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['566'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 18:37:05 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265","name":"dc5308e5-e893-43bc-a99d-fcf4fba0c265","status":"Deleting","startTime":"2019-03-26T11:04:34.3126999Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc","name":"ec652436-a698-4cee-87cc-fa5ec7d6bccc","status":"Deleting","startTime":"2019-05-07T18:36:34.5713957Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:05:05 GMT'] + date: ['Tue, 07 May 2019 18:37:36 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -477,17 +505,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dc5308e5-e893-43bc-a99d-fcf4fba0c265","name":"dc5308e5-e893-43bc-a99d-fcf4fba0c265","status":"Succeeded","startTime":"2019-03-26T11:04:34.3126999Z","endTime":"2019-03-26T11:05:34.2657649Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ec652436-a698-4cee-87cc-fa5ec7d6bccc","name":"ec652436-a698-4cee-87cc-fa5ec7d6bccc","status":"Succeeded","startTime":"2019-05-07T18:36:34.5713957Z","endTime":"2019-05-07T18:37:39.2762755Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:05:36 GMT'] + date: ['Tue, 07 May 2019 18:38:07 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -505,10 +533,10 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2019-05-01 response: body: {string: !!python/unicode '{"value":[]}'} headers: @@ -516,7 +544,7 @@ interactions: cache-control: [no-cache] content-length: ['12'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:05:38 GMT'] + date: ['Tue, 07 May 2019 18:38:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -534,19 +562,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:05:45 GMT'] + date: ['Tue, 07 May 2019 18:38:13 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -561,26 +589,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a606089b-af47-451a-934e-91cd61e837f4?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e224b3b6-9fbf-4744-b368-e75050801043?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:05:48 GMT'] + date: ['Tue, 07 May 2019 18:38:14 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a606089b-af47-451a-934e-91cd61e837f4?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e224b3b6-9fbf-4744-b368-e75050801043?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -590,17 +618,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a606089b-af47-451a-934e-91cd61e837f4?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e224b3b6-9fbf-4744-b368-e75050801043?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a606089b-af47-451a-934e-91cd61e837f4","name":"a606089b-af47-451a-934e-91cd61e837f4","status":"Succeeded","startTime":"2019-03-26T11:05:48.2601237Z","endTime":"2019-03-26T11:05:51.4377658Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e224b3b6-9fbf-4744-b368-e75050801043","name":"e224b3b6-9fbf-4744-b368-e75050801043","status":"Succeeded","startTime":"2019-05-07T18:38:15.5490397Z","endTime":"2019-05-07T18:38:15.814392Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['549'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:06:18 GMT'] + date: ['Tue, 07 May 2019 18:38:46 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -618,19 +646,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:06:24 GMT'] + date: ['Tue, 07 May 2019 18:38:51 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -645,26 +673,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e519c5dc-7ad9-47cf-a23d-33cc898f5a95?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e3891ce-b00f-49bd-b474-9f3be548f6b4?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:06:25 GMT'] + date: ['Tue, 07 May 2019 18:38:53 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e519c5dc-7ad9-47cf-a23d-33cc898f5a95?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e3891ce-b00f-49bd-b474-9f3be548f6b4?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14997'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -674,17 +702,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e519c5dc-7ad9-47cf-a23d-33cc898f5a95?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e3891ce-b00f-49bd-b474-9f3be548f6b4?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e519c5dc-7ad9-47cf-a23d-33cc898f5a95","name":"e519c5dc-7ad9-47cf-a23d-33cc898f5a95","status":"Succeeded","startTime":"2019-03-26T11:06:26.1863931Z","endTime":"2019-03-26T11:06:26.2652926Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e3891ce-b00f-49bd-b474-9f3be548f6b4","name":"6e3891ce-b00f-49bd-b474-9f3be548f6b4","status":"Succeeded","startTime":"2019-05-07T18:38:53.1640302Z","endTime":"2019-05-07T18:38:53.3515405Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:06:58 GMT'] + date: ['Tue, 07 May 2019 18:39:25 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -702,19 +730,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:07:01 GMT'] + date: ['Tue, 07 May 2019 18:39:27 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_volume.test_get_volume_by_name.yaml b/azure-mgmt-netapp/tests/recordings/test_volume.test_get_volume_by_name.yaml index 9fed49cfdefd..45e9dd51e39b 100644 --- a/azure-mgmt-netapp/tests/recordings/test_volume.test_get_volume_by_name.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_volume.test_get_volume_by_name.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A07%3A08.6029577Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T19%3A24%3A14.506615Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a716471-7bb4-414d-b6f6-94e43600dcaf?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/49bb4b1e-753a-499e-9273-d9eb6c1ed891?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:07:09 GMT'] - etag: [W/"datetime'2019-03-26T11%3A07%3A08.6029577Z'"] + date: ['Tue, 07 May 2019 19:24:13 GMT'] + etag: [W/"datetime'2019-05-07T19%3A24%3A14.506615Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a716471-7bb4-414d-b6f6-94e43600dcaf?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/49bb4b1e-753a-499e-9273-d9eb6c1ed891?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0a716471-7bb4-414d-b6f6-94e43600dcaf","name":"0a716471-7bb4-414d-b6f6-94e43600dcaf","status":"Succeeded","startTime":"2019-03-26T11:07:08.4881538Z","endTime":"2019-03-26T11:07:08.8787939Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/49bb4b1e-753a-499e-9273-d9eb6c1ed891","name":"49bb4b1e-753a-499e-9273-d9eb6c1ed891","status":"Succeeded","startTime":"2019-05-07T19:24:14.3669013Z","endTime":"2019-05-07T19:24:14.5700304Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:07:41 GMT'] + date: ['Tue, 07 May 2019 19:24:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A07%3A08.9612153Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T19%3A24%3A14.6947459Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:07:43 GMT'] - etag: [W/"datetime'2019-03-26T11%3A07%3A08.9612153Z'"] + date: ['Tue, 07 May 2019 19:24:45 GMT'] + etag: [W/"datetime'2019-05-07T19%3A24%3A14.6947459Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,21 +98,21 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A07%3A48.600612Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T19%3A24%3A48.7675368Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8db6be9-1da6-4d6e-80c1-1b03e8464180?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee51e6e1-ea87-479c-85e0-6e4ac8adebd2?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['459'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:07:49 GMT'] - etag: [W/"datetime'2019-03-26T11%3A07%3A48.600612Z'"] + date: ['Tue, 07 May 2019 19:24:49 GMT'] + etag: [W/"datetime'2019-05-07T19%3A24%3A48.7675368Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8db6be9-1da6-4d6e-80c1-1b03e8464180?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee51e6e1-ea87-479c-85e0-6e4ac8adebd2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/d8db6be9-1da6-4d6e-80c1-1b03e8464180","name":"d8db6be9-1da6-4d6e-80c1-1b03e8464180","status":"Succeeded","startTime":"2019-03-26T11:07:48.4698937Z","endTime":"2019-03-26T11:07:48.9674714Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/ee51e6e1-ea87-479c-85e0-6e4ac8adebd2","name":"ee51e6e1-ea87-479c-85e0-6e4ac8adebd2","status":"Succeeded","startTime":"2019-05-07T19:24:48.5857259Z","endTime":"2019-05-07T19:24:49.1638464Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:08:20 GMT'] + date: ['Tue, 07 May 2019 19:25:19 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A07%3A49.0829587Z''\"","location":"westus2","properties":{"poolId":"3c6b21bf-726e-0f5a-94e2-f1293d7ee733","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T19%3A24%3A49.285899Z''\"","location":"eastus2","properties":{"poolId":"7ea415aa-7b96-7ba6-3a22-b7d5499071d4","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['562'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:08:21 GMT'] - etag: [W/"datetime'2019-03-26T11%3A07%3A49.0829587Z'"] + date: ['Tue, 07 May 2019 19:25:20 GMT'] + etag: [W/"datetime'2019-05-07T19%3A24%3A49.285899Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A08%3A36.4188702Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A25%3A34.3393594Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:08:36 GMT'] - etag: [W/"datetime'2019-03-26T11%3A08%3A36.4188702Z'"] + date: ['Tue, 07 May 2019 19:25:34 GMT'] + etag: [W/"datetime'2019-05-07T19%3A25%3A34.3393594Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1196'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714","name":"ef38e068-e17e-4195-9459-17f9acf41714","status":"Creating","startTime":"2019-03-26T11:08:36.2883774Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Creating","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:09:06 GMT'] + date: ['Tue, 07 May 2019 19:26:04 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714","name":"ef38e068-e17e-4195-9459-17f9acf41714","status":"Creating","startTime":"2019-03-26T11:08:36.2883774Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Creating","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:09:39 GMT'] + date: ['Tue, 07 May 2019 19:26:36 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714","name":"ef38e068-e17e-4195-9459-17f9acf41714","status":"Creating","startTime":"2019-03-26T11:08:36.2883774Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Creating","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:10:11 GMT'] + date: ['Tue, 07 May 2019 19:27:06 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714","name":"ef38e068-e17e-4195-9459-17f9acf41714","status":"Creating","startTime":"2019-03-26T11:08:36.2883774Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Creating","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:10:42 GMT'] + date: ['Tue, 07 May 2019 19:27:38 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ef38e068-e17e-4195-9459-17f9acf41714","name":"ef38e068-e17e-4195-9459-17f9acf41714","status":"Succeeded","startTime":"2019-03-26T11:08:36.2883774Z","endTime":"2019-03-26T11:11:10.6976172Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Creating","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:11:14 GMT'] + date: ['Tue, 07 May 2019 19:28:09 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A11%3A10.7404292Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"8622fc41-169f-094e-ad33-c5e7cb46a436","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_16440088","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"4debd2f4-90fc-f44d-faae-43ba553f7256","fileSystemId":"8622fc41-169f-094e-ad33-c5e7cb46a436","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c81ba94b-3599-409b-b078-0e51e719650a","name":"c81ba94b-3599-409b-b078-0e51e719650a","status":"Succeeded","startTime":"2019-05-07T19:25:34.1917805Z","endTime":"2019-05-07T19:28:10.8917261Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:11:16 GMT'] - etag: [W/"datetime'2019-03-26T11%3A11%3A10.7404292Z'"] + date: ['Tue, 07 May 2019 19:28:40 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -390,19 +389,48 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A28%3A10.927694Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"5a286adc-c57b-754e-9e70-d9dc62efd51a","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_30b72bd1","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"3b1b9952-970c-7a42-fd2f-7252e718e2f8","fileSystemId":"5a286adc-c57b-754e-9e70-d9dc62efd51a","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['1475'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 19:28:41 GMT'] + etag: [W/"datetime'2019-05-07T19%3A28%3A10.927694Z'"] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A11%3A10.7404292Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"8622fc41-169f-094e-ad33-c5e7cb46a436","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_16440088","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"4debd2f4-90fc-f44d-faae-43ba553f7256","fileSystemId":"8622fc41-169f-094e-ad33-c5e7cb46a436","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A28%3A10.927694Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"5a286adc-c57b-754e-9e70-d9dc62efd51a","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_30b72bd1","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"3b1b9952-970c-7a42-fd2f-7252e718e2f8","fileSystemId":"5a286adc-c57b-754e-9e70-d9dc62efd51a","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1475'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:11:17 GMT'] - etag: [W/"datetime'2019-03-26T11%3A11%3A10.7404292Z'"] + date: ['Tue, 07 May 2019 19:28:42 GMT'] + etag: [W/"datetime'2019-05-07T19%3A28%3A10.927694Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -421,26 +449,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:11:18 GMT'] + date: ['Tue, 07 May 2019 19:28:44 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14996'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -450,17 +478,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701","name":"9234ab7d-b775-4bc3-bd12-74453dafb701","status":"Deleting","startTime":"2019-03-26T11:11:19.2071349Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39","name":"dadd9a75-fc4f-4763-9754-fd525d9bfe39","status":"Deleting","startTime":"2019-05-07T19:28:43.8967527Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:11:49 GMT'] + date: ['Tue, 07 May 2019 19:29:14 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -478,17 +506,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/9234ab7d-b775-4bc3-bd12-74453dafb701","name":"9234ab7d-b775-4bc3-bd12-74453dafb701","status":"Succeeded","startTime":"2019-03-26T11:11:19.2071349Z","endTime":"2019-03-26T11:12:13.6874934Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/dadd9a75-fc4f-4763-9754-fd525d9bfe39","name":"dadd9a75-fc4f-4763-9754-fd525d9bfe39","status":"Succeeded","startTime":"2019-05-07T19:28:43.8967527Z","endTime":"2019-05-07T19:29:41.2050157Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:12:21 GMT'] + date: ['Tue, 07 May 2019 19:29:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -506,27 +534,24 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The - resource with identifier ''/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - is not found."}}'} + Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: - access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['299'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:12:29 GMT'] + date: ['Tue, 07 May 2019 19:29:51 GMT'] expires: ['-1'] pragma: [no-cache] - request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] - server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] + x-ms-failure-cause: [gateway] status: {code: 404, message: Not Found} - request: body: null @@ -536,26 +561,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47415103-edab-4e85-ae0e-195d01ed7c69?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d91bb393-82b3-41f5-8f39-c036b4bb2713?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:12:31 GMT'] + date: ['Tue, 07 May 2019 19:29:52 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47415103-edab-4e85-ae0e-195d01ed7c69?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d91bb393-82b3-41f5-8f39-c036b4bb2713?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14996'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -565,17 +590,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47415103-edab-4e85-ae0e-195d01ed7c69?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d91bb393-82b3-41f5-8f39-c036b4bb2713?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/47415103-edab-4e85-ae0e-195d01ed7c69","name":"47415103-edab-4e85-ae0e-195d01ed7c69","status":"Succeeded","startTime":"2019-03-26T11:12:32.3288981Z","endTime":"2019-03-26T11:12:35.5093522Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d91bb393-82b3-41f5-8f39-c036b4bb2713","name":"d91bb393-82b3-41f5-8f39-c036b4bb2713","status":"Succeeded","startTime":"2019-05-07T19:29:52.6877127Z","endTime":"2019-05-07T19:29:52.9846181Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:13:04 GMT'] + date: ['Tue, 07 May 2019 19:30:23 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -593,19 +618,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:13:10 GMT'] + date: ['Tue, 07 May 2019 19:30:28 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -620,20 +645,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36a8b959-2913-4030-8b59-9735f9f01c3a?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/08a773a2-7bf8-4a37-8a03-195e67013b7c?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:13:13 GMT'] + date: ['Tue, 07 May 2019 19:30:30 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36a8b959-2913-4030-8b59-9735f9f01c3a?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/08a773a2-7bf8-4a37-8a03-195e67013b7c?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -649,17 +674,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36a8b959-2913-4030-8b59-9735f9f01c3a?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/08a773a2-7bf8-4a37-8a03-195e67013b7c?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/36a8b959-2913-4030-8b59-9735f9f01c3a","name":"36a8b959-2913-4030-8b59-9735f9f01c3a","status":"Succeeded","startTime":"2019-03-26T11:13:13.8198901Z","endTime":"2019-03-26T11:13:13.9917367Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/08a773a2-7bf8-4a37-8a03-195e67013b7c","name":"08a773a2-7bf8-4a37-8a03-195e67013b7c","status":"Succeeded","startTime":"2019-05-07T19:30:30.3685836Z","endTime":"2019-05-07T19:30:30.5248406Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:13:44 GMT'] + date: ['Tue, 07 May 2019 19:31:01 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -677,19 +702,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:13:48 GMT'] + date: ['Tue, 07 May 2019 19:31:03 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_volume.test_list_volumes.yaml b/azure-mgmt-netapp/tests/recordings/test_volume.test_list_volumes.yaml index 1abb737964f8..ca8296ccafe9 100644 --- a/azure-mgmt-netapp/tests/recordings/test_volume.test_list_volumes.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_volume.test_list_volumes.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,20 +8,20 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A51%3A53.9211887Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T18%3A56%3A10.5259152Z''\"","location":"eastus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6859fa91-34e8-4825-9eb9-43d81df8a14d?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c24e42bb-b80c-46dd-9345-e974d927241e?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:51:54 GMT'] - etag: [W/"datetime'2019-03-26T11%3A51%3A53.9211887Z'"] + date: ['Tue, 07 May 2019 18:56:10 GMT'] + etag: [W/"datetime'2019-05-07T18%3A56%3A10.5259152Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6859fa91-34e8-4825-9eb9-43d81df8a14d?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c24e42bb-b80c-46dd-9345-e974d927241e?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6859fa91-34e8-4825-9eb9-43d81df8a14d","name":"6859fa91-34e8-4825-9eb9-43d81df8a14d","status":"Succeeded","startTime":"2019-03-26T11:51:53.8438581Z","endTime":"2019-03-26T11:51:54.1779162Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/c24e42bb-b80c-46dd-9345-e974d927241e","name":"c24e42bb-b80c-46dd-9345-e974d927241e","status":"Succeeded","startTime":"2019-05-07T18:56:10.3803099Z","endTime":"2019-05-07T18:56:10.5986621Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:52:26 GMT'] + date: ['Tue, 07 May 2019 18:56:41 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A51%3A54.2214026Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T18%3A56%3A10.7330602Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:52:29 GMT'] - etag: [W/"datetime'2019-03-26T11%3A51%3A54.2214026Z'"] + date: ['Tue, 07 May 2019 18:56:42 GMT'] + etag: [W/"datetime'2019-05-07T18%3A56%3A10.7330602Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A52%3A34.5501325Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T18%3A56%3A44.7137741Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dccff4b6-7cbb-4e23-8e8c-e699357bccb0?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b5bae9b6-f8d8-4037-af3a-cad4b3fe8442?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:52:35 GMT'] - etag: [W/"datetime'2019-03-26T11%3A52%3A34.5501325Z'"] + date: ['Tue, 07 May 2019 18:56:45 GMT'] + etag: [W/"datetime'2019-05-07T18%3A56%3A44.7137741Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1199'] + x-ms-ratelimit-remaining-subscription-writes: ['1198'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dccff4b6-7cbb-4e23-8e8c-e699357bccb0?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b5bae9b6-f8d8-4037-af3a-cad4b3fe8442?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/dccff4b6-7cbb-4e23-8e8c-e699357bccb0","name":"dccff4b6-7cbb-4e23-8e8c-e699357bccb0","status":"Succeeded","startTime":"2019-03-26T11:52:34.4813573Z","endTime":"2019-03-26T11:52:35.0282141Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b5bae9b6-f8d8-4037-af3a-cad4b3fe8442","name":"b5bae9b6-f8d8-4037-af3a-cad4b3fe8442","status":"Succeeded","startTime":"2019-05-07T18:56:44.5786712Z","endTime":"2019-05-07T18:56:45.0476445Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:53:08 GMT'] + date: ['Tue, 07 May 2019 18:57:16 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A52%3A35.0785089Z''\"","location":"westus2","properties":{"poolId":"dee06bdb-0af1-e6cf-4644-2204f3144b79","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T18%3A56%3A45.1690918Z''\"","location":"eastus2","properties":{"poolId":"74c87faa-0257-a875-3da4-9893e9214ed8","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:53:11 GMT'] - etag: [W/"datetime'2019-03-26T11%3A52%3A35.0785089Z'"] + date: ['Tue, 07 May 2019 18:57:17 GMT'] + etag: [W/"datetime'2019-05-07T18%3A56%3A45.1690918Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,30 +181,30 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A53%3A25.7145817Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T18%3A57%3A29.9493487Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:53:26 GMT'] - etag: [W/"datetime'2019-03-26T11%3A53%3A25.7145817Z'"] + date: ['Tue, 07 May 2019 18:57:29 GMT'] + etag: [W/"datetime'2019-05-07T18%3A57%3A29.9493487Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd","name":"941ede22-8954-4b80-8efd-0b6f0bc9c8fd","status":"Creating","startTime":"2019-03-26T11:53:25.6701056Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Creating","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:53:58 GMT'] + date: ['Tue, 07 May 2019 18:58:01 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd","name":"941ede22-8954-4b80-8efd-0b6f0bc9c8fd","status":"Creating","startTime":"2019-03-26T11:53:25.6701056Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Creating","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:54:31 GMT'] + date: ['Tue, 07 May 2019 18:58:32 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd","name":"941ede22-8954-4b80-8efd-0b6f0bc9c8fd","status":"Creating","startTime":"2019-03-26T11:53:25.6701056Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Creating","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:55:04 GMT'] + date: ['Tue, 07 May 2019 18:59:03 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd","name":"941ede22-8954-4b80-8efd-0b6f0bc9c8fd","status":"Creating","startTime":"2019-03-26T11:53:25.6701056Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Creating","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:55:35 GMT'] + date: ['Tue, 07 May 2019 18:59:34 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/941ede22-8954-4b80-8efd-0b6f0bc9c8fd","name":"941ede22-8954-4b80-8efd-0b6f0bc9c8fd","status":"Succeeded","startTime":"2019-03-26T11:53:25.6701056Z","endTime":"2019-03-26T11:56:05.518886Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Creating","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['570'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:56:07 GMT'] + date: ['Tue, 07 May 2019 19:00:04 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A56%3A05.5508469Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"01c4e78a-e2c2-3ec3-3493-238d44223028","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_8860b3c7","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"706dfcb2-9678-bfbc-6185-43da4b752e62","fileSystemId":"01c4e78a-e2c2-3ec3-3493-238d44223028","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/2a72df26-3eb0-4e21-a05d-5cfd422faab7","name":"2a72df26-3eb0-4e21-a05d-5cfd422faab7","status":"Succeeded","startTime":"2019-05-07T18:57:29.8095112Z","endTime":"2019-05-07T19:00:19.0046893Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:56:08 GMT'] - etag: [W/"datetime'2019-03-26T11%3A56%3A05.5508469Z'"] + date: ['Tue, 07 May 2019 19:00:36 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -383,41 +382,6 @@ interactions: x-content-type-options: [nosniff] x-powered-by: [ASP.NET] status: {code: 200, message: OK} -- request: - body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", - "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2"}, "location": - "westus2"}' - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - Content-Length: ['316'] - Content-Type: [application/json; charset=utf-8] - User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] - accept-language: [en-US] - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2017-08-15 - response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A56%3A13.6176261Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","provisioningState":"Creating"}}'} - headers: - access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15'] - cache-control: [no-cache] - content-length: ['737'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:56:14 GMT'] - etag: [W/"datetime'2019-03-26T11%3A56%3A13.6176261Z'"] - expires: ['-1'] - pragma: [no-cache] - request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] - x-powered-by: [ASP.NET] - status: {code: 201, message: Created} - request: body: null headers: @@ -425,17 +389,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae","name":"316a7f74-8b2d-4266-896b-9aedc5ee8bae","status":"Creating","startTime":"2019-03-26T11:56:13.5691541Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A00%3A19.0293563Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"c290a410-392e-971f-f669-7bae7115aced","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":282624,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2170c8be","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"c24b3287-b743-4a9a-4540-bb63a9105a76","fileSystemId":"c290a410-392e-971f-f669-7bae7115aced","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['1481'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:56:45 GMT'] + date: ['Tue, 07 May 2019 19:00:37 GMT'] + etag: [W/"datetime'2019-05-07T19%3A00%3A19.0293563Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -447,89 +412,40 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15 - response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae","name":"316a7f74-8b2d-4266-896b-9aedc5ee8bae","status":"Creating","startTime":"2019-03-26T11:56:13.5691541Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} - headers: - access-control-expose-headers: [Request-Context] - cache-control: [no-cache] - content-length: ['560'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:57:17 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15 - response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae","name":"316a7f74-8b2d-4266-896b-9aedc5ee8bae","status":"Creating","startTime":"2019-03-26T11:56:13.5691541Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} - headers: - access-control-expose-headers: [Request-Context] - cache-control: [no-cache] - content-length: ['560'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:57:48 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} -- request: - body: null + body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", + "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-2"}, "location": + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] + Content-Length: ['328'] + Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + accept-language: [en-US] + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae","name":"316a7f74-8b2d-4266-896b-9aedc5ee8bae","status":"Creating","startTime":"2019-03-26T11:56:13.5691541Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A00%3A40.7204933Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4935e1c8-3868-4be2-b22f-c9bc9a0d0b6e?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['560'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:58:21 GMT'] + date: ['Tue, 07 May 2019 19:00:40 GMT'] + etag: [W/"datetime'2019-05-07T19%3A00%3A40.7204933Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] x-content-type-options: [nosniff] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] - status: {code: 200, message: OK} + status: {code: 201, message: Created} - request: body: null headers: @@ -537,17 +453,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4935e1c8-3868-4be2-b22f-c9bc9a0d0b6e?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/316a7f74-8b2d-4266-896b-9aedc5ee8bae","name":"316a7f74-8b2d-4266-896b-9aedc5ee8bae","status":"Succeeded","startTime":"2019-03-26T11:56:13.5691541Z","endTime":"2019-03-26T11:58:48.5945689Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4935e1c8-3868-4be2-b22f-c9bc9a0d0b6e","name":"4935e1c8-3868-4be2-b22f-c9bc9a0d0b6e","status":"Succeeded","startTime":"2019-05-07T19:00:40.4730101Z","endTime":"2019-05-07T19:00:55.3636594Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:58:53 GMT'] + date: ['Tue, 07 May 2019 19:01:11 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -565,18 +481,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A58%3A48.625661Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"e3061e2a-5f1f-a300-5904-69e5d559e0e0","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_88e77054","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"df35aa5e-0746-8456-6ebb-801b03160028","fileSystemId":"e3061e2a-5f1f-a300-5904-69e5d559e0e0","startIp":"10.0.1.6","endIp":"10.0.1.6","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.6"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A00%3A55.3947407Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"cc80e406-7f2b-777f-6ab7-d336885b2a05","name":"sdk-py-tests-vol-2","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2170c8be","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"ba9e3e46-f5d4-459d-f43b-616e823ae4af","fileSystemId":"cc80e406-7f2b-777f-6ab7-d336885b2a05","startIp":"10.8.0.64","endIp":"10.8.0.127","gateway":"10.8.0.65","netmask":"255.255.255.192","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1425'] + content-length: ['1477'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:58:55 GMT'] - etag: [W/"datetime'2019-03-26T11%3A58%3A48.625661Z'"] + date: ['Tue, 07 May 2019 19:01:12 GMT'] + etag: [W/"datetime'2019-05-07T19%3A00%3A55.3947407Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -594,18 +510,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A56%3A05.5508469Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"01c4e78a-e2c2-3ec3-3493-238d44223028","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_8860b3c7","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"706dfcb2-9678-bfbc-6185-43da4b752e62","fileSystemId":"01c4e78a-e2c2-3ec3-3493-238d44223028","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A58%3A48.625661Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"e3061e2a-5f1f-a300-5904-69e5d559e0e0","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_88e77054","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"df35aa5e-0746-8456-6ebb-801b03160028","fileSystemId":"e3061e2a-5f1f-a300-5904-69e5d559e0e0","startIp":"10.0.1.6","endIp":"10.0.1.6","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.6"}]}}]}'} + body: {string: !!python/unicode '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A00%3A19.0293563Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"c290a410-392e-971f-f669-7bae7115aced","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":282624,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2170c8be","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"c24b3287-b743-4a9a-4540-bb63a9105a76","fileSystemId":"c290a410-392e-971f-f669-7bae7115aced","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-2","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T19%3A00%3A55.3947407Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"cc80e406-7f2b-777f-6ab7-d336885b2a05","name":"sdk-py-tests-vol-2","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-2","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_2170c8be","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"ba9e3e46-f5d4-459d-f43b-616e823ae4af","fileSystemId":"cc80e406-7f2b-777f-6ab7-d336885b2a05","startIp":"10.8.0.64","endIp":"10.8.0.127","gateway":"10.8.0.65","netmask":"255.255.255.192","ipAddress":"10.1.20.4"}]}}]}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['2864'] + content-length: ['2971'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:58:57 GMT'] + date: ['Tue, 07 May 2019 19:01:12 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -624,20 +540,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e84632f-ea9e-4184-933f-f45b49e28a21?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:59:01 GMT'] + date: ['Tue, 07 May 2019 19:01:14 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e84632f-ea9e-4184-933f-f45b49e28a21?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -653,45 +569,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e84632f-ea9e-4184-933f-f45b49e28a21?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc","name":"f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc","status":"Deleting","startTime":"2019-03-26T11:59:01.4289339Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/6e84632f-ea9e-4184-933f-f45b49e28a21","name":"6e84632f-ea9e-4184-933f-f45b49e28a21","status":"Succeeded","startTime":"2019-05-07T19:01:14.7371145Z","endTime":"2019-05-07T19:01:18.0808636Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:59:32 GMT'] - expires: ['-1'] - pragma: [no-cache] - request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] - server: [Microsoft-IIS/10.0] - strict-transport-security: [max-age=31536000; includeSubDomains] - transfer-encoding: [chunked] - vary: [Accept-Encoding] - x-content-type-options: [nosniff] - x-powered-by: [ASP.NET] - status: {code: 200, message: OK} -- request: - body: null - headers: - Accept: [application/json] - Accept-Encoding: ['gzip, deflate'] - Connection: [keep-alive] - User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc?api-version=2017-08-15 - response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc","name":"f2bb9c6d-7986-49b0-aaa6-a2cad7ada5bc","status":"Succeeded","startTime":"2019-03-26T11:59:01.4289339Z","endTime":"2019-03-26T11:59:58.7854865Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} - headers: - access-control-expose-headers: [Request-Context] - cache-control: [no-cache] - content-length: ['571'] - content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:00:05 GMT'] + date: ['Tue, 07 May 2019 19:01:45 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -710,20 +598,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:00:09 GMT'] + date: ['Tue, 07 May 2019 19:01:47 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -739,17 +627,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756","name":"cb553167-222b-4017-b240-d3fa255d5756","status":"Deleting","startTime":"2019-03-26T12:00:09.5411895Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495","name":"29082389-fa7d-4f6d-977e-6f8313fe9495","status":"Deleting","startTime":"2019-05-07T19:01:47.3599411Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:00:41 GMT'] + date: ['Tue, 07 May 2019 19:02:17 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -767,17 +655,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/cb553167-222b-4017-b240-d3fa255d5756","name":"cb553167-222b-4017-b240-d3fa255d5756","status":"Succeeded","startTime":"2019-03-26T12:00:09.5411895Z","endTime":"2019-03-26T12:01:12.5752053Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/29082389-fa7d-4f6d-977e-6f8313fe9495","name":"29082389-fa7d-4f6d-977e-6f8313fe9495","status":"Succeeded","startTime":"2019-05-07T19:01:47.3599411Z","endTime":"2019-05-07T19:02:44.0077389Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-2"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:01:13 GMT'] + date: ['Tue, 07 May 2019 19:02:49 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -795,19 +683,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:01:19 GMT'] + date: ['Tue, 07 May 2019 19:02:55 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -821,19 +709,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:01:24 GMT'] + date: ['Tue, 07 May 2019 19:03:00 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -848,26 +736,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6507ba59-d33d-428f-9d6e-0072feb6a118?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/51da6c71-e53f-4cc8-9d1b-164760fc1aeb?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:01:27 GMT'] + date: ['Tue, 07 May 2019 19:03:01 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6507ba59-d33d-428f-9d6e-0072feb6a118?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/51da6c71-e53f-4cc8-9d1b-164760fc1aeb?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14999'] + x-ms-ratelimit-remaining-subscription-deletes: ['14997'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -877,17 +765,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6507ba59-d33d-428f-9d6e-0072feb6a118?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/51da6c71-e53f-4cc8-9d1b-164760fc1aeb?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/6507ba59-d33d-428f-9d6e-0072feb6a118","name":"6507ba59-d33d-428f-9d6e-0072feb6a118","status":"Succeeded","startTime":"2019-03-26T12:01:27.4993291Z","endTime":"2019-03-26T12:01:30.8287185Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/51da6c71-e53f-4cc8-9d1b-164760fc1aeb","name":"51da6c71-e53f-4cc8-9d1b-164760fc1aeb","status":"Succeeded","startTime":"2019-05-07T19:03:01.9273271Z","endTime":"2019-05-07T19:03:02.2563643Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:01:57 GMT'] + date: ['Tue, 07 May 2019 19:03:33 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -905,19 +793,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:02:03 GMT'] + date: ['Tue, 07 May 2019 19:03:37 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -932,20 +820,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a413147b-a004-415b-8f90-1ca1cfd1a3f5?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e97437c4-51d3-40eb-b583-73fc1da56b22?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 12:02:05 GMT'] + date: ['Tue, 07 May 2019 19:03:39 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a413147b-a004-415b-8f90-1ca1cfd1a3f5?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e97437c4-51d3-40eb-b583-73fc1da56b22?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -961,17 +849,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a413147b-a004-415b-8f90-1ca1cfd1a3f5?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e97437c4-51d3-40eb-b583-73fc1da56b22?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/a413147b-a004-415b-8f90-1ca1cfd1a3f5","name":"a413147b-a004-415b-8f90-1ca1cfd1a3f5","status":"Succeeded","startTime":"2019-03-26T12:02:05.6583935Z","endTime":"2019-03-26T12:02:05.7521513Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/e97437c4-51d3-40eb-b583-73fc1da56b22","name":"e97437c4-51d3-40eb-b583-73fc1da56b22","status":"Succeeded","startTime":"2019-05-07T19:03:39.6663392Z","endTime":"2019-05-07T19:03:39.8382152Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:02:36 GMT'] + date: ['Tue, 07 May 2019 19:04:10 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -989,19 +877,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 12:02:40 GMT'] + date: ['Tue, 07 May 2019 19:04:12 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_volume.test_patch_volume.yaml b/azure-mgmt-netapp/tests/recordings/test_volume.test_patch_volume.yaml index 0ab0d77922cc..0ded20d6c43a 100644 --- a/azure-mgmt-netapp/tests/recordings/test_volume.test_patch_volume.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_volume.test_patch_volume.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A52%3A36.0641308Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T20%3A52%3A45.0578473Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c690877-d7bc-49cb-9444-d44c605832b6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d340b5b6-1374-465a-aa0d-496913531b7c?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:52:36 GMT'] - etag: [W/"datetime'2019-03-26T10%3A52%3A36.0641308Z'"] + date: ['Tue, 07 May 2019 20:52:44 GMT'] + etag: [W/"datetime'2019-05-07T20%3A52%3A45.0578473Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c690877-d7bc-49cb-9444-d44c605832b6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d340b5b6-1374-465a-aa0d-496913531b7c?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/2c690877-d7bc-49cb-9444-d44c605832b6","name":"2c690877-d7bc-49cb-9444-d44c605832b6","status":"Succeeded","startTime":"2019-03-26T10:52:35.9943887Z","endTime":"2019-03-26T10:52:36.3090842Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/d340b5b6-1374-465a-aa0d-496913531b7c","name":"d340b5b6-1374-465a-aa0d-496913531b7c","status":"Succeeded","startTime":"2019-05-07T20:52:44.9184748Z","endTime":"2019-05-07T20:52:45.184147Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:53:08 GMT'] + date: ['Tue, 07 May 2019 20:53:16 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T10%3A52%3A36.3553405Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T20%3A52%3A45.304021Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['380'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:53:09 GMT'] - etag: [W/"datetime'2019-03-26T10%3A52%3A36.3553405Z'"] + date: ['Tue, 07 May 2019 20:53:16 GMT'] + etag: [W/"datetime'2019-05-07T20%3A52%3A45.304021Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A53%3A14.6367675Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T20%3A53%3A19.2509729Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a577d3f-37f2-4458-92b2-bbeb86acf31a?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4909089f-8444-493f-b877-e74b310e2a04?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:53:14 GMT'] - etag: [W/"datetime'2019-03-26T10%3A53%3A14.6367675Z'"] + date: ['Tue, 07 May 2019 20:53:18 GMT'] + etag: [W/"datetime'2019-05-07T20%3A53%3A19.2509729Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a577d3f-37f2-4458-92b2-bbeb86acf31a?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4909089f-8444-493f-b877-e74b310e2a04?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/5a577d3f-37f2-4458-92b2-bbeb86acf31a","name":"5a577d3f-37f2-4458-92b2-bbeb86acf31a","status":"Succeeded","startTime":"2019-03-26T10:53:14.5714685Z","endTime":"2019-03-26T10:53:14.9803913Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/4909089f-8444-493f-b877-e74b310e2a04","name":"4909089f-8444-493f-b877-e74b310e2a04","status":"Succeeded","startTime":"2019-05-07T20:53:19.0109449Z","endTime":"2019-05-07T20:53:19.5890925Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:53:47 GMT'] + date: ['Tue, 07 May 2019 20:53:50 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T10%3A53%3A15.0490608Z''\"","location":"westus2","properties":{"poolId":"088fa049-f2d9-2777-e7fc-5dfdd052c1b6","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T20%3A53%3A19.7223054Z''\"","location":"eastus2","properties":{"poolId":"ee6259fb-9bf2-2701-6548-32377998871c","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:53:48 GMT'] - etag: [W/"datetime'2019-03-26T10%3A53%3A15.0490608Z'"] + date: ['Tue, 07 May 2019 20:53:51 GMT'] + etag: [W/"datetime'2019-05-07T20%3A53%3A19.7223054Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,30 +181,30 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T10%3A54%3A04.6766208Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A54%3A04.3579627Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:54:05 GMT'] - etag: [W/"datetime'2019-03-26T10%3A54%3A04.6766208Z'"] + date: ['Tue, 07 May 2019 20:54:04 GMT'] + etag: [W/"datetime'2019-05-07T20%3A54%3A04.3579627Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -221,17 +221,45 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Creating","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['566'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 20:54:35 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","name":"b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","status":"Creating","startTime":"2019-03-26T10:54:04.6144837Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Creating","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:54:36 GMT'] + date: ['Tue, 07 May 2019 20:55:06 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","name":"b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","status":"Creating","startTime":"2019-03-26T10:54:04.6144837Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Creating","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:55:09 GMT'] + date: ['Tue, 07 May 2019 20:55:37 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","name":"b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","status":"Creating","startTime":"2019-03-26T10:54:04.6144837Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Creating","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:55:42 GMT'] + date: ['Tue, 07 May 2019 20:56:08 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","name":"b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","status":"Creating","startTime":"2019-03-26T10:54:04.6144837Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Creating","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:56:13 GMT'] + date: ['Tue, 07 May 2019 20:56:39 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +361,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","name":"b733b0c1-2ba7-4e98-82e8-f47e5d5cd205","status":"Succeeded","startTime":"2019-03-26T10:54:04.6144837Z","endTime":"2019-03-26T10:56:42.4884391Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/7958b179-b3a2-4d2f-88ac-9b8978f24436","name":"7958b179-b3a2-4d2f-88ac-9b8978f24436","status":"Succeeded","startTime":"2019-05-07T20:54:04.2119237Z","endTime":"2019-05-07T20:56:55.9383677Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:56:45 GMT'] + date: ['Tue, 07 May 2019 20:57:11 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +389,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T10%3A56%3A42.5222486Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"4a81d5d1-1fe5-53d9-7df5-9cf441ef47eb","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_1b01af3f","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"0f626682-a173-1c91-43d3-b444b2d99eb8","fileSystemId":"4a81d5d1-1fe5-53d9-7df5-9cf441ef47eb","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A56%3A56.0228925Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"c283141d-6a9b-efe9-8a67-09cb569f0656","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_b4906039","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"425d63ec-d8ec-e61e-f107-d3061249d3f0","fileSystemId":"c283141d-6a9b-efe9-8a67-09cb569f0656","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['1476'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:56:47 GMT'] - etag: [W/"datetime'2019-03-26T10%3A56%3A42.5222486Z'"] + date: ['Tue, 07 May 2019 20:57:11 GMT'] + etag: [W/"datetime'2019-05-07T20%3A56%3A56.0228925Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -393,19 +421,19 @@ interactions: Content-Length: ['76'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T10%3A56%3A52.8896351Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"4a81d5d1-1fe5-53d9-7df5-9cf441ef47eb","serviceLevel":"Standard","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_1b01af3f","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"0f626682-a173-1c91-43d3-b444b2d99eb8","fileSystemId":"4a81d5d1-1fe5-53d9-7df5-9cf441ef47eb","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A57%3A17.4551128Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"c283141d-6a9b-efe9-8a67-09cb569f0656","name":"sdk-py-tests-vol-1","serviceLevel":"Standard","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_b4906039","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"425d63ec-d8ec-e61e-f107-d3061249d3f0","fileSystemId":"c283141d-6a9b-efe9-8a67-09cb569f0656","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1427'] + content-length: ['1477'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:56:52 GMT'] - etag: [W/"datetime'2019-03-26T10%3A56%3A52.8896351Z'"] + date: ['Tue, 07 May 2019 20:57:16 GMT'] + etag: [W/"datetime'2019-05-07T20%3A57%3A17.4551128Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -414,7 +442,7 @@ interactions: transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -425,26 +453,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:56:53 GMT'] + date: ['Tue, 07 May 2019 20:57:17 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -454,17 +482,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96","name":"e273ebb0-4b1c-4567-8d27-8b9e4b40ac96","status":"Deleting","startTime":"2019-03-26T10:56:53.9033741Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365","name":"59f6b56d-8a90-4ee9-8736-e0c0de3d7365","status":"Deleting","startTime":"2019-05-07T20:57:18.5156781Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:57:25 GMT'] + date: ['Tue, 07 May 2019 20:57:49 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -482,17 +510,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/e273ebb0-4b1c-4567-8d27-8b9e4b40ac96","name":"e273ebb0-4b1c-4567-8d27-8b9e4b40ac96","status":"Succeeded","startTime":"2019-03-26T10:56:53.9033741Z","endTime":"2019-03-26T10:57:50.9525505Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365","name":"59f6b56d-8a90-4ee9-8736-e0c0de3d7365","status":"Deleting","startTime":"2019-05-07T20:57:18.5156781Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:57:58 GMT'] + date: ['Tue, 07 May 2019 20:58:20 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -510,19 +538,47 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/59f6b56d-8a90-4ee9-8736-e0c0de3d7365","name":"59f6b56d-8a90-4ee9-8736-e0c0de3d7365","status":"Succeeded","startTime":"2019-05-07T20:57:18.5156781Z","endTime":"2019-05-07T20:58:23.4445808Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['577'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 20:58:51 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:58:04 GMT'] + date: ['Tue, 07 May 2019 20:58:57 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -537,20 +593,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed32221c-109e-4f8b-8688-c8264dd8e6e2?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/30f488f4-67bd-4c91-ab18-1372e8dc8656?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:58:07 GMT'] + date: ['Tue, 07 May 2019 20:58:58 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed32221c-109e-4f8b-8688-c8264dd8e6e2?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/30f488f4-67bd-4c91-ab18-1372e8dc8656?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -566,17 +622,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed32221c-109e-4f8b-8688-c8264dd8e6e2?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/30f488f4-67bd-4c91-ab18-1372e8dc8656?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/ed32221c-109e-4f8b-8688-c8264dd8e6e2","name":"ed32221c-109e-4f8b-8688-c8264dd8e6e2","status":"Succeeded","startTime":"2019-03-26T10:58:07.6456034Z","endTime":"2019-03-26T10:58:10.874598Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/30f488f4-67bd-4c91-ab18-1372e8dc8656","name":"30f488f4-67bd-4c91-ab18-1372e8dc8656","status":"Succeeded","startTime":"2019-05-07T20:58:58.4458952Z","endTime":"2019-05-07T20:58:58.7347715Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['543'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:58:40 GMT'] + date: ['Tue, 07 May 2019 20:59:29 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -594,19 +650,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:58:46 GMT'] + date: ['Tue, 07 May 2019 20:59:34 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -621,26 +677,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21984151-ef90-4a29-9ea5-800c89ff6c08?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/915d261a-0416-4f32-9358-4905b4c61508?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 10:58:49 GMT'] + date: ['Tue, 07 May 2019 20:59:36 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21984151-ef90-4a29-9ea5-800c89ff6c08?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/915d261a-0416-4f32-9358-4905b4c61508?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14998'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -650,17 +706,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21984151-ef90-4a29-9ea5-800c89ff6c08?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/915d261a-0416-4f32-9358-4905b4c61508?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/21984151-ef90-4a29-9ea5-800c89ff6c08","name":"21984151-ef90-4a29-9ea5-800c89ff6c08","status":"Succeeded","startTime":"2019-03-26T10:58:49.5026365Z","endTime":"2019-03-26T10:58:49.5807817Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/915d261a-0416-4f32-9358-4905b4c61508","name":"915d261a-0416-4f32-9358-4905b4c61508","status":"Succeeded","startTime":"2019-05-07T20:59:36.5230248Z","endTime":"2019-05-07T20:59:36.6950952Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:59:21 GMT'] + date: ['Tue, 07 May 2019 21:00:07 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -678,19 +734,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 10:59:25 GMT'] + date: ['Tue, 07 May 2019 21:00:09 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/recordings/test_volume.test_update_volume.yaml b/azure-mgmt-netapp/tests/recordings/test_volume.test_update_volume.yaml index 0f787240712b..4ab2f3bddb28 100644 --- a/azure-mgmt-netapp/tests/recordings/test_volume.test_update_volume.yaml +++ b/azure-mgmt-netapp/tests/recordings/test_volume.test_update_volume.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: !!python/unicode '{"location": "westus2"}' + body: !!python/unicode '{"location": "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] @@ -8,27 +8,27 @@ interactions: Content-Length: ['23'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A13%3A53.3784593Z''\"","location":"westus2","properties":{"provisioningState":"Creating","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T20%3A44%3A45.1511921Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eea936c-ca7c-4ccf-af19-548ff1b92a09?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8238a267-bdc0-4670-8fd7-43980ea0028d?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['374'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:13:53 GMT'] - etag: [W/"datetime'2019-03-26T11%3A13%3A53.3784593Z'"] + date: ['Tue, 07 May 2019 20:44:44 GMT'] + etag: [W/"datetime'2019-05-07T20%3A44%3A45.1511921Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -38,17 +38,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eea936c-ca7c-4ccf-af19-548ff1b92a09?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8238a267-bdc0-4670-8fd7-43980ea0028d?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/0eea936c-ca7c-4ccf-af19-548ff1b92a09","name":"0eea936c-ca7c-4ccf-af19-548ff1b92a09","status":"Succeeded","startTime":"2019-03-26T11:13:53.3128806Z","endTime":"2019-03-26T11:13:53.6411189Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/8238a267-bdc0-4670-8fd7-43980ea0028d","name":"8238a267-bdc0-4670-8fd7-43980ea0028d","status":"Succeeded","startTime":"2019-05-07T20:44:44.976459Z","endTime":"2019-05-07T20:44:45.2108188Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['515'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:14:25 GMT'] + date: ['Tue, 07 May 2019 20:45:16 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -66,18 +66,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-03-26T11%3A13%3A53.6866789Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1","name":"sdk-py-tests-acc-1","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-07T20%3A44%3A45.3393238Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","name":"sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['375'] + content-length: ['381'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:14:26 GMT'] - etag: [W/"datetime'2019-03-26T11%3A13%3A53.6866789Z'"] + date: ['Tue, 07 May 2019 20:45:18 GMT'] + etag: [W/"datetime'2019-05-07T20%3A44%3A45.3393238Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -89,7 +89,7 @@ interactions: x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: - body: !!python/unicode '{"location": "westus2", "properties": {"serviceLevel": + body: !!python/unicode '{"location": "eastus2", "properties": {"serviceLevel": "Premium", "size": 4398046511104}}' headers: Accept: [application/json] @@ -98,28 +98,28 @@ interactions: Content-Length: ['89'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] - location: [westus2] + location: [eastus2] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A14%3A29.2440097Z''\"","location":"westus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T20%3A45%3A21.6416643Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","size":4398046511104,"provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e44839a-412e-4075-88ea-92d6bbd58b3c?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f8f5634e-2190-416a-aa0a-64e317ceb937?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['460'] + content-length: ['466'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:14:28 GMT'] - etag: [W/"datetime'2019-03-26T11%3A14%3A29.2440097Z'"] + date: ['Tue, 07 May 2019 20:45:21 GMT'] + etag: [W/"datetime'2019-05-07T20%3A45%3A21.6416643Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -129,17 +129,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e44839a-412e-4075-88ea-92d6bbd58b3c?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f8f5634e-2190-416a-aa0a-64e317ceb937?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e44839a-412e-4075-88ea-92d6bbd58b3c","name":"7e44839a-412e-4075-88ea-92d6bbd58b3c","status":"Succeeded","startTime":"2019-03-26T11:14:29.1763735Z","endTime":"2019-03-26T11:14:29.7971061Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/f8f5634e-2190-416a-aa0a-64e317ceb937","name":"f8f5634e-2190-416a-aa0a-64e317ceb937","status":"Succeeded","startTime":"2019-05-07T20:45:21.5081983Z","endTime":"2019-05-07T20:45:21.9769366Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:15:02 GMT'] + date: ['Tue, 07 May 2019 20:45:52 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -157,18 +157,18 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-03-26T11%3A14%3A29.8444374Z''\"","location":"westus2","properties":{"poolId":"a830c206-0017-0850-ac1a-8cf793949081","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools","etag":"W/\"datetime''2019-05-07T20%3A45%3A22.0989834Z''\"","location":"eastus2","properties":{"poolId":"f799ef60-b385-ee17-8cf8-f2b2d03616cd","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1","serviceLevel":"Premium","size":4398046511104,"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['557'] + content-length: ['563'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:15:03 GMT'] - etag: [W/"datetime'2019-03-26T11%3A14%3A29.8444374Z'"] + date: ['Tue, 07 May 2019 20:45:53 GMT'] + etag: [W/"datetime'2019-05-07T20%3A45%3A22.0989834Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -181,37 +181,37 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Premium", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['316'] + Content-Length: ['328'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A15%3A18.8753663Z''\"","location":"westus2","properties":{"usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","provisioningState":"Creating"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A46%3A06.7992546Z''\"","location":"eastus2","properties":{"serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","usageThreshold":107374182400,"subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","provisioningState":"Creating"}}'} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01'] cache-control: [no-cache] - content-length: ['737'] + content-length: ['755'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:15:18 GMT'] - etag: [W/"datetime'2019-03-26T11%3A15%3A18.8753663Z'"] + date: ['Tue, 07 May 2019 20:46:07 GMT'] + etag: [W/"datetime'2019-05-07T20%3A46%3A06.7992546Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1198'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 201, message: Created} - request: @@ -221,17 +221,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856","name":"281c0be2-b5da-41c4-adcc-ec1082d5b856","status":"Creating","startTime":"2019-03-26T11:15:18.7959231Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Creating","startTime":"2019-05-07T20:46:06.653699Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:15:50 GMT'] + date: ['Tue, 07 May 2019 20:46:37 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -249,17 +249,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856","name":"281c0be2-b5da-41c4-adcc-ec1082d5b856","status":"Creating","startTime":"2019-03-26T11:15:18.7959231Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Creating","startTime":"2019-05-07T20:46:06.653699Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:16:23 GMT'] + date: ['Tue, 07 May 2019 20:47:10 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -277,17 +277,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856","name":"281c0be2-b5da-41c4-adcc-ec1082d5b856","status":"Creating","startTime":"2019-03-26T11:15:18.7959231Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Creating","startTime":"2019-05-07T20:46:06.653699Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:16:56 GMT'] + date: ['Tue, 07 May 2019 20:47:41 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -305,17 +305,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856","name":"281c0be2-b5da-41c4-adcc-ec1082d5b856","status":"Creating","startTime":"2019-03-26T11:15:18.7959231Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Creating","startTime":"2019-05-07T20:46:06.653699Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:17:28 GMT'] + date: ['Tue, 07 May 2019 20:48:11 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -333,17 +333,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/281c0be2-b5da-41c4-adcc-ec1082d5b856","name":"281c0be2-b5da-41c4-adcc-ec1082d5b856","status":"Succeeded","startTime":"2019-03-26T11:15:18.7959231Z","endTime":"2019-03-26T11:17:51.0892189Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Creating","startTime":"2019-05-07T20:46:06.653699Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['565'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:18:01 GMT'] + date: ['Tue, 07 May 2019 20:48:42 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -361,18 +361,46 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A17%3A51.1218256Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","fileSystemId":"171e8717-9549-19ac-a3f7-9c60c2416409","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_0c7cd248","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"7d11f0d5-8e5b-c096-af59-dd82e9988e57","fileSystemId":"171e8717-9549-19ac-a3f7-9c60c2416409","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}]}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/a41750ed-dc0c-40d1-a644-4d1324fee561","name":"a41750ed-dc0c-40d1-a644-4d1324fee561","status":"Succeeded","startTime":"2019-05-07T20:46:06.653699Z","endTime":"2019-05-07T20:48:56.2230872Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1426'] + content-length: ['576'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:18:02 GMT'] - etag: [W/"datetime'2019-03-26T11%3A17%3A51.1218256Z'"] + date: ['Tue, 07 May 2019 20:49:14 GMT'] + expires: ['-1'] + pragma: [no-cache] + request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] + server: [Microsoft-IIS/10.0] + strict-transport-security: [max-age=31536000; includeSubDomains] + transfer-encoding: [chunked] + vary: [Accept-Encoding] + x-content-type-options: [nosniff] + x-powered-by: [ASP.NET] + status: {code: 200, message: OK} +- request: + body: null + headers: + Accept: [application/json] + Accept-Encoding: ['gzip, deflate'] + Connection: [keep-alive] + User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 + response: + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A48%3A56.2613381Z''\"","location":"eastus2","properties":{"provisioningState":"Succeeded","fileSystemId":"fe5c87d3-da3c-1257-03c9-3ed68787dc44","name":"sdk-py-tests-vol-1","serviceLevel":"Premium","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"usedBytes":0,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_a5a214b4","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"47e8c6d3-1174-ebb6-a398-5b33f4ffb01e","fileSystemId":"fe5c87d3-da3c-1257-03c9-3ed68787dc44","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}]}}'} + headers: + access-control-expose-headers: [Request-Context] + cache-control: [no-cache] + content-length: ['1476'] + content-type: [application/json; charset=utf-8] + date: ['Tue, 07 May 2019 20:49:15 GMT'] + etag: [W/"datetime'2019-05-07T20%3A48%3A56.2613381Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -385,29 +413,29 @@ interactions: status: {code: 200, message: OK} - request: body: !!python/unicode '{"properties": {"usageThreshold": 107374182400, "subnetId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default", + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default", "serviceLevel": "Standard", "creationToken": "sdk-py-tests-vol-1"}, "location": - "westus2"}' + "eastus2"}' headers: Accept: [application/json] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] - Content-Length: ['317'] + Content-Length: ['329'] Content-Type: [application/json; charset=utf-8] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-03-26T11%3A18%3A08.9845514Z''\"","location":"westus2","properties":{"fileSystemId":"171e8717-9549-19ac-a3f7-9c60c2416409","serviceLevel":"Standard","creationToken":"sdk-py-tests-vol-1","ownerId":"38ab86f1-9d30-413b-8fc0-d31ad85fa6a1","usageThreshold":107374182400,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_38ab86f19d30413b8fc0d31ad85fa6a1_0c7cd248","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.Network/virtualNetworks/sdk-py-tests-rg-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"7d11f0d5-8e5b-c096-af59-dd82e9988e57","fileSystemId":"171e8717-9549-19ac-a3f7-9c60c2416409","startIp":"10.0.1.5","endIp":"10.0.1.5","gateway":"10.0.1.1","netmask":"255.255.255.240","ipAddress":"10.0.1.5"}],"provisioningState":"Succeeded"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1","name":"sdk-py-tests-acc-1/sdk-py-tests-pool-1/sdk-py-tests-vol-1","type":"Microsoft.NetApp/netAppAccounts/capacityPools/volumes","etag":"W/\"datetime''2019-05-07T20%3A49%3A20.1582797Z''\"","location":"eastus2","properties":{"fileSystemId":"fe5c87d3-da3c-1257-03c9-3ed68787dc44","name":"sdk-py-tests-vol-1","serviceLevel":"Standard","creationToken":"sdk-py-tests-vol-1","ownerId":"79770fad-5164-11e9-9e4a-3a8c013b5748","usageThreshold":107374182400,"snapshotPolicy":{"enabled":false},"exportPolicy":{"rules":[{"ruleIndex":1,"unixReadOnly":false,"unixReadWrite":true,"cifs":false,"nfsv3":true,"nfsv4":false,"allowedClients":"0.0.0.0/0"}]},"protocolTypes":["NFSv3"],"baremetalTenantId":"baremetalTenant_svm_79770fad516411e99e4a3a8c013b5748_a5a214b4","subnetId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.Network/virtualNetworks/sdk-net-tests-rg-eus2-vnet/subnets/default","mountTargets":[{"provisioningState":"Succeeded","mountTargetId":"47e8c6d3-1174-ebb6-a398-5b33f4ffb01e","fileSystemId":"fe5c87d3-da3c-1257-03c9-3ed68787dc44","startIp":"10.1.20.4","endIp":"10.1.20.4","gateway":"10.1.20.1","netmask":"255.255.255.240","ipAddress":"10.1.20.4"}],"provisioningState":"Succeeded"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['1413'] + content-length: ['1463'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:18:08 GMT'] - etag: [W/"datetime'2019-03-26T11%3A18%3A08.9845514Z'"] + date: ['Tue, 07 May 2019 20:49:19 GMT'] + etag: [W/"datetime'2019-05-07T20%3A49%3A20.1582797Z'"] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -416,7 +444,7 @@ interactions: transfer-encoding: [chunked] vary: [Accept-Encoding] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-writes: ['1197'] + x-ms-ratelimit-remaining-subscription-writes: ['1199'] x-powered-by: [ASP.NET] status: {code: 200, message: OK} - request: @@ -427,26 +455,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:18:11 GMT'] + date: ['Tue, 07 May 2019 20:49:20 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14995'] + x-ms-ratelimit-remaining-subscription-deletes: ['14999'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -456,17 +484,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6","name":"93e027e2-5e22-4009-87d0-5294b1c9cea6","status":"Deleting","startTime":"2019-03-26T11:18:12.1785513Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6","name":"0b30993e-b0bb-4e06-ae60-126be3ba08c6","status":"Deleting","startTime":"2019-05-07T20:49:21.2223969Z","endTime":"0001-01-01T00:00:00Z","percentComplete":0.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['560'] + content-length: ['566'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:18:44 GMT'] + date: ['Tue, 07 May 2019 20:49:51 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -484,17 +512,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/93e027e2-5e22-4009-87d0-5294b1c9cea6","name":"93e027e2-5e22-4009-87d0-5294b1c9cea6","status":"Succeeded","startTime":"2019-03-26T11:18:12.1785513Z","endTime":"2019-03-26T11:19:09.0697459Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0b30993e-b0bb-4e06-ae60-126be3ba08c6","name":"0b30993e-b0bb-4e06-ae60-126be3ba08c6","status":"Succeeded","startTime":"2019-05-07T20:49:21.2223969Z","endTime":"2019-05-07T20:50:20.8315581Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['571'] + content-length: ['577'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:19:17 GMT'] + date: ['Tue, 07 May 2019 20:50:22 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -512,19 +540,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['230'] + content-length: ['236'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:19:22 GMT'] + date: ['Tue, 07 May 2019 20:50:28 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -539,20 +567,20 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b3b123d-a7bc-4591-a263-f8d9148426e7?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e0f22ef-26e7-41de-9b8b-f0b6d6117638?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:19:26 GMT'] + date: ['Tue, 07 May 2019 20:50:29 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b3b123d-a7bc-4591-a263-f8d9148426e7?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e0f22ef-26e7-41de-9b8b-f0b6d6117638?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] @@ -568,17 +596,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b3b123d-a7bc-4591-a263-f8d9148426e7?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e0f22ef-26e7-41de-9b8b-f0b6d6117638?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/8b3b123d-a7bc-4591-a263-f8d9148426e7","name":"8b3b123d-a7bc-4591-a263-f8d9148426e7","status":"Succeeded","startTime":"2019-03-26T11:19:25.9785543Z","endTime":"2019-03-26T11:19:29.1616016Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/0e0f22ef-26e7-41de-9b8b-f0b6d6117638","name":"0e0f22ef-26e7-41de-9b8b-f0b6d6117638","status":"Succeeded","startTime":"2019-05-07T20:50:30.5597478Z","endTime":"2019-05-07T20:50:30.8097621Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['544'] + content-length: ['550'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:19:57 GMT'] + date: ['Tue, 07 May 2019 20:51:01 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -596,19 +624,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1'' - under resource group ''sdk-py-tests-rg'' was not found."}}'} + under resource group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['203'] + content-length: ['209'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:20:03 GMT'] + date: ['Tue, 07 May 2019 20:51:06 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] @@ -623,26 +651,26 @@ interactions: Connection: [keep-alive] Content-Length: ['0'] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode ''} headers: access-control-expose-headers: [Request-Context] - azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f132c417-b8cc-402f-afcb-2b3664159bad?api-version=2017-08-15'] + azure-asyncoperation: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b883f243-a951-467f-a4bd-950e3c7cae85?api-version=2019-05-01'] cache-control: [no-cache] content-length: ['0'] - date: ['Tue, 26 Mar 2019 11:20:05 GMT'] + date: ['Tue, 07 May 2019 20:51:07 GMT'] expires: ['-1'] - location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f132c417-b8cc-402f-afcb-2b3664159bad?api-version=2017-08-15&operationResultResponseType=Location'] + location: ['https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b883f243-a951-467f-a4bd-950e3c7cae85?api-version=2019-05-01&operationResultResponseType=Location'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] server: [Microsoft-IIS/10.0] strict-transport-security: [max-age=31536000; includeSubDomains] x-content-type-options: [nosniff] - x-ms-ratelimit-remaining-subscription-deletes: ['14995'] + x-ms-ratelimit-remaining-subscription-deletes: ['14998'] x-powered-by: [ASP.NET] status: {code: 202, message: Accepted} - request: @@ -652,17 +680,17 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f132c417-b8cc-402f-afcb-2b3664159bad?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b883f243-a951-467f-a4bd-950e3c7cae85?api-version=2019-05-01 response: - body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/f132c417-b8cc-402f-afcb-2b3664159bad","name":"f132c417-b8cc-402f-afcb-2b3664159bad","status":"Succeeded","startTime":"2019-03-26T11:20:06.3692396Z","endTime":"2019-03-26T11:20:06.4942392Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} + body: {string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus2/operationResults/b883f243-a951-467f-a4bd-950e3c7cae85","name":"b883f243-a951-467f-a4bd-950e3c7cae85","status":"Succeeded","startTime":"2019-05-07T20:51:08.1422016Z","endTime":"2019-05-07T20:51:08.3765919Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1"}}'} headers: access-control-expose-headers: [Request-Context] cache-control: [no-cache] - content-length: ['510'] + content-length: ['516'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:20:37 GMT'] + date: ['Tue, 07 May 2019 20:51:38 GMT'] expires: ['-1'] pragma: [no-cache] request-context: ['appId=cid-v1:2c4cb680-0a1f-424d-bb8d-8e650ba68d53'] @@ -680,19 +708,19 @@ interactions: Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] User-Agent: [python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.3 msrest_azure/0.4.34 - azure-mgmt-netapp/0.3.0 Azure-SDK-For-Python] + azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python] accept-language: [en-US] method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-py-tests-rg/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2017-08-15 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-net-tests-rg-eus2/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1?api-version=2019-05-01 response: body: {string: !!python/unicode '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1'' under resource - group ''sdk-py-tests-rg'' was not found."}}'} + group ''sdk-net-tests-rg-eus2'' was not found."}}'} headers: cache-control: [no-cache] - content-length: ['169'] + content-length: ['175'] content-type: [application/json; charset=utf-8] - date: ['Tue, 26 Mar 2019 11:20:40 GMT'] + date: ['Tue, 07 May 2019 20:51:41 GMT'] expires: ['-1'] pragma: [no-cache] strict-transport-security: [max-age=31536000; includeSubDomains] diff --git a/azure-mgmt-netapp/tests/setup.py b/azure-mgmt-netapp/tests/setup.py index 863e2b34bf45..b1f4b77c257a 100644 --- a/azure-mgmt-netapp/tests/setup.py +++ b/azure-mgmt-netapp/tests/setup.py @@ -4,7 +4,7 @@ # - rg must exist # - vnet must exist -TEST_RG='sdk-py-tests-rg' +TEST_RG='sdk-net-tests-rg-eus2' TEST_ACC_1='sdk-py-tests-acc-1' TEST_ACC_2='sdk-py-tests-acc-2' TEST_POOL_1='sdk-py-tests-pool-1' @@ -17,6 +17,6 @@ GIGABYTE=1024 * 1024 * 1024 SUBSID='subsid' SERVICE_LEVEL='Premium' -LOCATION='westus2' -VNET='sdk-py-tests-rg-vnet' +LOCATION='eastus2' +VNET='sdk-net-tests-rg-eus2-vnet' SERVICE_LEVEL='Premium'