diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models.py index 75eaecf50d3e..ce5ae8ba27a9 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models.py @@ -10094,22 +10094,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } def __init__(self, **kwargs): super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = kwargs.get('status', None) self.description = kwargs.get('description', None) - self.action_required = kwargs.get('action_required', None) + self.actions_required = kwargs.get('actions_required', None) class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models_py3.py index e7944853ea22..e2a5cd77045e 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_04_01/models/_models_py3.py @@ -10094,22 +10094,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } - def __init__(self, *, status: str=None, description: str=None, action_required: str=None, **kwargs) -> None: + def __init__(self, *, status: str=None, description: str=None, actions_required: str=None, **kwargs) -> None: super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = status self.description = description - self.action_required = action_required + self.actions_required = actions_required class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models.py index 15025f37f7e7..3b835636258b 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models.py @@ -10632,22 +10632,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } def __init__(self, **kwargs): super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = kwargs.get('status', None) self.description = kwargs.get('description', None) - self.action_required = kwargs.get('action_required', None) + self.actions_required = kwargs.get('actions_required', None) class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models_py3.py index 235348f45adc..1e953011660a 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_06_01/models/_models_py3.py @@ -10632,22 +10632,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } - def __init__(self, *, status: str=None, description: str=None, action_required: str=None, **kwargs) -> None: + def __init__(self, *, status: str=None, description: str=None, actions_required: str=None, **kwargs) -> None: super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = status self.description = description - self.action_required = action_required + self.actions_required = actions_required class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models.py index 386ec4de9420..c43bebfd0798 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models.py @@ -10843,22 +10843,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } def __init__(self, **kwargs): super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = kwargs.get('status', None) self.description = kwargs.get('description', None) - self.action_required = kwargs.get('action_required', None) + self.actions_required = kwargs.get('actions_required', None) class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models_py3.py index 1870d94ee73f..9627ae890acf 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_07_01/models/_models_py3.py @@ -10843,22 +10843,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } - def __init__(self, *, status: str=None, description: str=None, action_required: str=None, **kwargs) -> None: + def __init__(self, *, status: str=None, description: str=None, actions_required: str=None, **kwargs) -> None: super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = status self.description = description - self.action_required = action_required + self.actions_required = actions_required class PrivateLinkServiceIpConfiguration(SubResource): diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models.py index c216428f5f83..853ca16a1155 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models.py @@ -9965,9 +9965,9 @@ class P2SVpnGateway(Resource): :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. :type virtual_hub: ~azure.mgmt.network.v2019_08_01.models.SubResource - :param p2s_connection_configurations: List of all p2s connection + :param p2_sconnection_configurations: List of all p2s connection configurations of the gateway. - :type p2s_connection_configurations: + :type p2_sconnection_configurations: list[~azure.mgmt.network.v2019_08_01.models.P2SConnectionConfiguration] :param provisioning_state: The provisioning state of the P2S VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', @@ -9979,7 +9979,7 @@ class P2SVpnGateway(Resource): :param vpn_server_configuration: The VpnServerConfiguration to which the p2sVpnGateway is attached to. :type vpn_server_configuration: - ~azure.mgmt.network.v2019_08_01.models.VpnServerConfiguration + ~azure.mgmt.network.v2019_08_01.models.SubResource :ivar vpn_client_connection_health: All P2S VPN clients' connection health status. :vartype vpn_client_connection_health: @@ -10003,10 +10003,10 @@ class P2SVpnGateway(Resource): 'location': {'key': 'location', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'virtual_hub': {'key': 'properties.virtualHub', 'type': 'SubResource'}, - 'p2s_connection_configurations': {'key': 'properties.p2sConnectionConfigurations', 'type': '[P2SConnectionConfiguration]'}, + 'p2_sconnection_configurations': {'key': 'properties.p2SConnectionConfigurations', 'type': '[P2SConnectionConfiguration]'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'vpn_gateway_scale_unit': {'key': 'properties.vpnGatewayScaleUnit', 'type': 'int'}, - 'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'VpnServerConfiguration'}, + 'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'SubResource'}, 'vpn_client_connection_health': {'key': 'properties.vpnClientConnectionHealth', 'type': 'VpnClientConnectionHealth'}, 'etag': {'key': 'etag', 'type': 'str'}, } @@ -10014,7 +10014,7 @@ class P2SVpnGateway(Resource): def __init__(self, **kwargs): super(P2SVpnGateway, self).__init__(**kwargs) self.virtual_hub = kwargs.get('virtual_hub', None) - self.p2s_connection_configurations = kwargs.get('p2s_connection_configurations', None) + self.p2_sconnection_configurations = kwargs.get('p2_sconnection_configurations', None) self.provisioning_state = kwargs.get('provisioning_state', None) self.vpn_gateway_scale_unit = kwargs.get('vpn_gateway_scale_unit', None) self.vpn_server_configuration = kwargs.get('vpn_server_configuration', None) @@ -10899,22 +10899,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } def __init__(self, **kwargs): super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = kwargs.get('status', None) self.description = kwargs.get('description', None) - self.action_required = kwargs.get('action_required', None) + self.actions_required = kwargs.get('actions_required', None) class PrivateLinkServiceIpConfiguration(SubResource): @@ -15219,21 +15219,21 @@ class VpnServerConfiguration(Resource): VpnServerConfiguration. :type vpn_authentication_types: list[str or ~azure.mgmt.network.v2019_08_01.models.VpnAuthenticationType] - :param vpn_server_config_vpn_client_root_certificates: VPN client root - certificate of VpnServerConfiguration. - :type vpn_server_config_vpn_client_root_certificates: + :param vpn_client_root_certificates: VPN client root certificate of + VpnServerConfiguration. + :type vpn_client_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigVpnClientRootCertificate] - :param vpn_server_config_vpn_client_revoked_certificates: VPN client - revoked certificate of VpnServerConfiguration. - :type vpn_server_config_vpn_client_revoked_certificates: + :param vpn_client_revoked_certificates: VPN client revoked certificate of + VpnServerConfiguration. + :type vpn_client_revoked_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigVpnClientRevokedCertificate] - :param vpn_server_config_radius_server_root_certificates: Radius Server - root certificate of VpnServerConfiguration. - :type vpn_server_config_radius_server_root_certificates: + :param radius_server_root_certificates: Radius Server root certificate of + VpnServerConfiguration. + :type radius_server_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigRadiusServerRootCertificate] - :param vpn_server_config_radius_client_root_certificates: Radius client - root certificate of VpnServerConfiguration. - :type vpn_server_config_radius_client_root_certificates: + :param radius_client_root_certificates: Radius client root certificate of + VpnServerConfiguration. + :type radius_client_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigRadiusClientRootCertificate] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for VpnServerConfiguration. @@ -15281,10 +15281,10 @@ class VpnServerConfiguration(Resource): 'vpn_server_configuration_name': {'key': 'properties.name', 'type': 'str'}, 'vpn_protocols': {'key': 'properties.vpnProtocols', 'type': '[str]'}, 'vpn_authentication_types': {'key': 'properties.vpnAuthenticationTypes', 'type': '[str]'}, - 'vpn_server_config_vpn_client_root_certificates': {'key': 'properties.vpnServerConfigVpnClientRootCertificates', 'type': '[VpnServerConfigVpnClientRootCertificate]'}, - 'vpn_server_config_vpn_client_revoked_certificates': {'key': 'properties.vpnServerConfigVpnClientRevokedCertificates', 'type': '[VpnServerConfigVpnClientRevokedCertificate]'}, - 'vpn_server_config_radius_server_root_certificates': {'key': 'properties.vpnServerConfigRadiusServerRootCertificates', 'type': '[VpnServerConfigRadiusServerRootCertificate]'}, - 'vpn_server_config_radius_client_root_certificates': {'key': 'properties.vpnServerConfigRadiusClientRootCertificates', 'type': '[VpnServerConfigRadiusClientRootCertificate]'}, + 'vpn_client_root_certificates': {'key': 'properties.vpnClientRootCertificates', 'type': '[VpnServerConfigVpnClientRootCertificate]'}, + 'vpn_client_revoked_certificates': {'key': 'properties.vpnClientRevokedCertificates', 'type': '[VpnServerConfigVpnClientRevokedCertificate]'}, + 'radius_server_root_certificates': {'key': 'properties.radiusServerRootCertificates', 'type': '[VpnServerConfigRadiusServerRootCertificate]'}, + 'radius_client_root_certificates': {'key': 'properties.radiusClientRootCertificates', 'type': '[VpnServerConfigRadiusClientRootCertificate]'}, 'vpn_client_ipsec_policies': {'key': 'properties.vpnClientIpsecPolicies', 'type': '[IpsecPolicy]'}, 'radius_server_address': {'key': 'properties.radiusServerAddress', 'type': 'str'}, 'radius_server_secret': {'key': 'properties.radiusServerSecret', 'type': 'str'}, @@ -15300,10 +15300,10 @@ def __init__(self, **kwargs): self.vpn_server_configuration_name = kwargs.get('vpn_server_configuration_name', None) self.vpn_protocols = kwargs.get('vpn_protocols', None) self.vpn_authentication_types = kwargs.get('vpn_authentication_types', None) - self.vpn_server_config_vpn_client_root_certificates = kwargs.get('vpn_server_config_vpn_client_root_certificates', None) - self.vpn_server_config_vpn_client_revoked_certificates = kwargs.get('vpn_server_config_vpn_client_revoked_certificates', None) - self.vpn_server_config_radius_server_root_certificates = kwargs.get('vpn_server_config_radius_server_root_certificates', None) - self.vpn_server_config_radius_client_root_certificates = kwargs.get('vpn_server_config_radius_client_root_certificates', None) + self.vpn_client_root_certificates = kwargs.get('vpn_client_root_certificates', None) + self.vpn_client_revoked_certificates = kwargs.get('vpn_client_revoked_certificates', None) + self.radius_server_root_certificates = kwargs.get('radius_server_root_certificates', None) + self.radius_client_root_certificates = kwargs.get('radius_client_root_certificates', None) self.vpn_client_ipsec_policies = kwargs.get('vpn_client_ipsec_policies', None) self.radius_server_address = kwargs.get('radius_server_address', None) self.radius_server_secret = kwargs.get('radius_server_secret', None) diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models_py3.py index 468329f28315..9c41d71c4ddb 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_08_01/models/_models_py3.py @@ -9965,9 +9965,9 @@ class P2SVpnGateway(Resource): :type tags: dict[str, str] :param virtual_hub: The VirtualHub to which the gateway belongs. :type virtual_hub: ~azure.mgmt.network.v2019_08_01.models.SubResource - :param p2s_connection_configurations: List of all p2s connection + :param p2_sconnection_configurations: List of all p2s connection configurations of the gateway. - :type p2s_connection_configurations: + :type p2_sconnection_configurations: list[~azure.mgmt.network.v2019_08_01.models.P2SConnectionConfiguration] :param provisioning_state: The provisioning state of the P2S VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', @@ -9979,7 +9979,7 @@ class P2SVpnGateway(Resource): :param vpn_server_configuration: The VpnServerConfiguration to which the p2sVpnGateway is attached to. :type vpn_server_configuration: - ~azure.mgmt.network.v2019_08_01.models.VpnServerConfiguration + ~azure.mgmt.network.v2019_08_01.models.SubResource :ivar vpn_client_connection_health: All P2S VPN clients' connection health status. :vartype vpn_client_connection_health: @@ -10003,18 +10003,18 @@ class P2SVpnGateway(Resource): 'location': {'key': 'location', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'virtual_hub': {'key': 'properties.virtualHub', 'type': 'SubResource'}, - 'p2s_connection_configurations': {'key': 'properties.p2sConnectionConfigurations', 'type': '[P2SConnectionConfiguration]'}, + 'p2_sconnection_configurations': {'key': 'properties.p2SConnectionConfigurations', 'type': '[P2SConnectionConfiguration]'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'vpn_gateway_scale_unit': {'key': 'properties.vpnGatewayScaleUnit', 'type': 'int'}, - 'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'VpnServerConfiguration'}, + 'vpn_server_configuration': {'key': 'properties.vpnServerConfiguration', 'type': 'SubResource'}, 'vpn_client_connection_health': {'key': 'properties.vpnClientConnectionHealth', 'type': 'VpnClientConnectionHealth'}, 'etag': {'key': 'etag', 'type': 'str'}, } - def __init__(self, *, id: str=None, location: str=None, tags=None, virtual_hub=None, p2s_connection_configurations=None, provisioning_state=None, vpn_gateway_scale_unit: int=None, vpn_server_configuration=None, **kwargs) -> None: + def __init__(self, *, id: str=None, location: str=None, tags=None, virtual_hub=None, p2_sconnection_configurations=None, provisioning_state=None, vpn_gateway_scale_unit: int=None, vpn_server_configuration=None, **kwargs) -> None: super(P2SVpnGateway, self).__init__(id=id, location=location, tags=tags, **kwargs) self.virtual_hub = virtual_hub - self.p2s_connection_configurations = p2s_connection_configurations + self.p2_sconnection_configurations = p2_sconnection_configurations self.provisioning_state = provisioning_state self.vpn_gateway_scale_unit = vpn_gateway_scale_unit self.vpn_server_configuration = vpn_server_configuration @@ -10899,22 +10899,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } - def __init__(self, *, status: str=None, description: str=None, action_required: str=None, **kwargs) -> None: + def __init__(self, *, status: str=None, description: str=None, actions_required: str=None, **kwargs) -> None: super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = status self.description = description - self.action_required = action_required + self.actions_required = actions_required class PrivateLinkServiceIpConfiguration(SubResource): @@ -15219,21 +15219,21 @@ class VpnServerConfiguration(Resource): VpnServerConfiguration. :type vpn_authentication_types: list[str or ~azure.mgmt.network.v2019_08_01.models.VpnAuthenticationType] - :param vpn_server_config_vpn_client_root_certificates: VPN client root - certificate of VpnServerConfiguration. - :type vpn_server_config_vpn_client_root_certificates: + :param vpn_client_root_certificates: VPN client root certificate of + VpnServerConfiguration. + :type vpn_client_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigVpnClientRootCertificate] - :param vpn_server_config_vpn_client_revoked_certificates: VPN client - revoked certificate of VpnServerConfiguration. - :type vpn_server_config_vpn_client_revoked_certificates: + :param vpn_client_revoked_certificates: VPN client revoked certificate of + VpnServerConfiguration. + :type vpn_client_revoked_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigVpnClientRevokedCertificate] - :param vpn_server_config_radius_server_root_certificates: Radius Server - root certificate of VpnServerConfiguration. - :type vpn_server_config_radius_server_root_certificates: + :param radius_server_root_certificates: Radius Server root certificate of + VpnServerConfiguration. + :type radius_server_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigRadiusServerRootCertificate] - :param vpn_server_config_radius_client_root_certificates: Radius client - root certificate of VpnServerConfiguration. - :type vpn_server_config_radius_client_root_certificates: + :param radius_client_root_certificates: Radius client root certificate of + VpnServerConfiguration. + :type radius_client_root_certificates: list[~azure.mgmt.network.v2019_08_01.models.VpnServerConfigRadiusClientRootCertificate] :param vpn_client_ipsec_policies: VpnClientIpsecPolicies for VpnServerConfiguration. @@ -15281,10 +15281,10 @@ class VpnServerConfiguration(Resource): 'vpn_server_configuration_name': {'key': 'properties.name', 'type': 'str'}, 'vpn_protocols': {'key': 'properties.vpnProtocols', 'type': '[str]'}, 'vpn_authentication_types': {'key': 'properties.vpnAuthenticationTypes', 'type': '[str]'}, - 'vpn_server_config_vpn_client_root_certificates': {'key': 'properties.vpnServerConfigVpnClientRootCertificates', 'type': '[VpnServerConfigVpnClientRootCertificate]'}, - 'vpn_server_config_vpn_client_revoked_certificates': {'key': 'properties.vpnServerConfigVpnClientRevokedCertificates', 'type': '[VpnServerConfigVpnClientRevokedCertificate]'}, - 'vpn_server_config_radius_server_root_certificates': {'key': 'properties.vpnServerConfigRadiusServerRootCertificates', 'type': '[VpnServerConfigRadiusServerRootCertificate]'}, - 'vpn_server_config_radius_client_root_certificates': {'key': 'properties.vpnServerConfigRadiusClientRootCertificates', 'type': '[VpnServerConfigRadiusClientRootCertificate]'}, + 'vpn_client_root_certificates': {'key': 'properties.vpnClientRootCertificates', 'type': '[VpnServerConfigVpnClientRootCertificate]'}, + 'vpn_client_revoked_certificates': {'key': 'properties.vpnClientRevokedCertificates', 'type': '[VpnServerConfigVpnClientRevokedCertificate]'}, + 'radius_server_root_certificates': {'key': 'properties.radiusServerRootCertificates', 'type': '[VpnServerConfigRadiusServerRootCertificate]'}, + 'radius_client_root_certificates': {'key': 'properties.radiusClientRootCertificates', 'type': '[VpnServerConfigRadiusClientRootCertificate]'}, 'vpn_client_ipsec_policies': {'key': 'properties.vpnClientIpsecPolicies', 'type': '[IpsecPolicy]'}, 'radius_server_address': {'key': 'properties.radiusServerAddress', 'type': 'str'}, 'radius_server_secret': {'key': 'properties.radiusServerSecret', 'type': 'str'}, @@ -15295,15 +15295,15 @@ class VpnServerConfiguration(Resource): 'etag': {'key': 'etag', 'type': 'str'}, } - def __init__(self, *, id: str=None, location: str=None, tags=None, vpn_server_configuration_name: str=None, vpn_protocols=None, vpn_authentication_types=None, vpn_server_config_vpn_client_root_certificates=None, vpn_server_config_vpn_client_revoked_certificates=None, vpn_server_config_radius_server_root_certificates=None, vpn_server_config_radius_client_root_certificates=None, vpn_client_ipsec_policies=None, radius_server_address: str=None, radius_server_secret: str=None, aad_authentication_parameters=None, vpn_server_configuration_properties_etag: str=None, **kwargs) -> None: + def __init__(self, *, id: str=None, location: str=None, tags=None, vpn_server_configuration_name: str=None, vpn_protocols=None, vpn_authentication_types=None, vpn_client_root_certificates=None, vpn_client_revoked_certificates=None, radius_server_root_certificates=None, radius_client_root_certificates=None, vpn_client_ipsec_policies=None, radius_server_address: str=None, radius_server_secret: str=None, aad_authentication_parameters=None, vpn_server_configuration_properties_etag: str=None, **kwargs) -> None: super(VpnServerConfiguration, self).__init__(id=id, location=location, tags=tags, **kwargs) self.vpn_server_configuration_name = vpn_server_configuration_name self.vpn_protocols = vpn_protocols self.vpn_authentication_types = vpn_authentication_types - self.vpn_server_config_vpn_client_root_certificates = vpn_server_config_vpn_client_root_certificates - self.vpn_server_config_vpn_client_revoked_certificates = vpn_server_config_vpn_client_revoked_certificates - self.vpn_server_config_radius_server_root_certificates = vpn_server_config_radius_server_root_certificates - self.vpn_server_config_radius_client_root_certificates = vpn_server_config_radius_client_root_certificates + self.vpn_client_root_certificates = vpn_client_root_certificates + self.vpn_client_revoked_certificates = vpn_client_revoked_certificates + self.radius_server_root_certificates = radius_server_root_certificates + self.radius_client_root_certificates = radius_client_root_certificates self.vpn_client_ipsec_policies = vpn_client_ipsec_policies self.radius_server_address = radius_server_address self.radius_server_secret = radius_server_secret diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models.py index 24ea6827ff52..9493468daf8d 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models.py @@ -2697,7 +2697,7 @@ class AzureFirewall(Resource): :param sku: The Azure Firewall Resource SKU. :type sku: ~azure.mgmt.network.v2019_09_01.models.AzureFirewallSku :param additional_properties: The additional properties used to further - config this azure firewall + config this azure firewall. :type additional_properties: dict[str, str] :param zones: A list of availability zones denoting where the resource needs to come from. @@ -4443,6 +4443,10 @@ class ConnectivityParameters(Model): :param protocol_configuration: Configuration of the protocol. :type protocol_configuration: ~azure.mgmt.network.v2019_09_01.models.ProtocolConfiguration + :param preferred_ip_version: Preferred IP version of the connection. + Possible values include: 'IPv4', 'IPv6' + :type preferred_ip_version: str or + ~azure.mgmt.network.v2019_09_01.models.IPVersion """ _validation = { @@ -4455,6 +4459,7 @@ class ConnectivityParameters(Model): 'destination': {'key': 'destination', 'type': 'ConnectivityDestination'}, 'protocol': {'key': 'protocol', 'type': 'str'}, 'protocol_configuration': {'key': 'protocolConfiguration', 'type': 'ProtocolConfiguration'}, + 'preferred_ip_version': {'key': 'preferredIPVersion', 'type': 'str'}, } def __init__(self, **kwargs): @@ -4463,6 +4468,7 @@ def __init__(self, **kwargs): self.destination = kwargs.get('destination', None) self.protocol = kwargs.get('protocol', None) self.protocol_configuration = kwargs.get('protocol_configuration', None) + self.preferred_ip_version = kwargs.get('preferred_ip_version', None) class ConnectivitySource(Model): @@ -8057,7 +8063,7 @@ class IpGroup(Resource): resource. :type ip_addresses: list[str] :ivar firewalls: List of references to Azure resources that this IpGroups - is associated with + is associated with. :vartype firewalls: list[~azure.mgmt.network.v2019_09_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource @@ -11256,22 +11262,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } def __init__(self, **kwargs): super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = kwargs.get('status', None) self.description = kwargs.get('description', None) - self.action_required = kwargs.get('action_required', None) + self.actions_required = kwargs.get('actions_required', None) class PrivateLinkServiceIpConfiguration(SubResource): @@ -13169,10 +13175,10 @@ class TrafficSelectorPolicy(Model): All required parameters must be populated in order to send to Azure. :param local_address_ranges: Required. A collection of local address - spaces in CIDR format + spaces in CIDR format. :type local_address_ranges: list[str] :param remote_address_ranges: Required. A collection of remote address - spaces in CIDR format + spaces in CIDR format. :type remote_address_ranges: list[str] """ @@ -13748,11 +13754,11 @@ def __init__(self, **kwargs): class VirtualHubRouteV2(Model): """VirtualHubRouteTableV2 route. - :param destination_type: The type of destinations + :param destination_type: The type of destinations. :type destination_type: str :param destinations: List of all destinations. :type destinations: list[str] - :param next_hop_type: The type of next hops + :param next_hop_type: The type of next hops. :type next_hop_type: str :param next_hops: NextHops ip address. :type next_hops: list[str] @@ -13880,10 +13886,10 @@ class VirtualNetworkBgpCommunities(Model): All required parameters must be populated in order to send to Azure. :param virtual_network_community: Required. The BGP community associated - with the virtual network + with the virtual network. :type virtual_network_community: str :ivar regional_community: The BGP community associated with the region of - the virtual network + the virtual network. :vartype regional_community: str """ @@ -14717,21 +14723,21 @@ class VirtualRouter(Resource): :type tags: dict[str, str] :param virtual_router_asn: VirtualRouter ASN. :type virtual_router_asn: long - :param virtual_router_ips: VirtualRouter IPs + :param virtual_router_ips: VirtualRouter IPs. :type virtual_router_ips: list[str] :param hosted_subnet: The Subnet on which VirtualRouter is hosted. :type hosted_subnet: ~azure.mgmt.network.v2019_09_01.models.SubResource :param hosted_gateway: The Gateway on which VirtualRouter is hosted. :type hosted_gateway: ~azure.mgmt.network.v2019_09_01.models.SubResource - :ivar peerings: List of references to VirtualRouterPeerings + :ivar peerings: List of references to VirtualRouterPeerings. :vartype peerings: list[~azure.mgmt.network.v2019_09_01.models.SubResource] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or ~azure.mgmt.network.v2019_09_01.models.ProvisioningState - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str """ @@ -14786,11 +14792,11 @@ class VirtualRouterPeering(SubResource): values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or ~azure.mgmt.network.v2019_09_01.models.ProvisioningState - :param name: Gets name of the peering unique to VirtualRouter. This name - can be used to access the resource. + :param name: Name of the virtual router peering that is unique within a + virtual router. :type name: str - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str :ivar type: Peering type. :vartype type: str @@ -15779,8 +15785,8 @@ class VpnServerConfiguration(Resource): :ivar vpn_server_configuration_properties_etag: A unique read-only string that changes whenever the resource is updated. :vartype vpn_server_configuration_properties_etag: str - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str """ @@ -16261,7 +16267,7 @@ class WebApplicationFirewallPolicy(Resource): 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or ~azure.mgmt.network.v2019_09_01.models.WebApplicationFirewallPolicyResourceState - :param managed_rules: Required. Describes the managedRules structure + :param managed_rules: Required. Describes the managedRules structure. :type managed_rules: ~azure.mgmt.network.v2019_09_01.models.ManagedRulesDefinition :ivar http_listeners: A collection of references to application gateway diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models_py3.py index a90134241be5..af2eecf691df 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/models/_models_py3.py @@ -2697,7 +2697,7 @@ class AzureFirewall(Resource): :param sku: The Azure Firewall Resource SKU. :type sku: ~azure.mgmt.network.v2019_09_01.models.AzureFirewallSku :param additional_properties: The additional properties used to further - config this azure firewall + config this azure firewall. :type additional_properties: dict[str, str] :param zones: A list of availability zones denoting where the resource needs to come from. @@ -4443,6 +4443,10 @@ class ConnectivityParameters(Model): :param protocol_configuration: Configuration of the protocol. :type protocol_configuration: ~azure.mgmt.network.v2019_09_01.models.ProtocolConfiguration + :param preferred_ip_version: Preferred IP version of the connection. + Possible values include: 'IPv4', 'IPv6' + :type preferred_ip_version: str or + ~azure.mgmt.network.v2019_09_01.models.IPVersion """ _validation = { @@ -4455,14 +4459,16 @@ class ConnectivityParameters(Model): 'destination': {'key': 'destination', 'type': 'ConnectivityDestination'}, 'protocol': {'key': 'protocol', 'type': 'str'}, 'protocol_configuration': {'key': 'protocolConfiguration', 'type': 'ProtocolConfiguration'}, + 'preferred_ip_version': {'key': 'preferredIPVersion', 'type': 'str'}, } - def __init__(self, *, source, destination, protocol=None, protocol_configuration=None, **kwargs) -> None: + def __init__(self, *, source, destination, protocol=None, protocol_configuration=None, preferred_ip_version=None, **kwargs) -> None: super(ConnectivityParameters, self).__init__(**kwargs) self.source = source self.destination = destination self.protocol = protocol self.protocol_configuration = protocol_configuration + self.preferred_ip_version = preferred_ip_version class ConnectivitySource(Model): @@ -8057,7 +8063,7 @@ class IpGroup(Resource): resource. :type ip_addresses: list[str] :ivar firewalls: List of references to Azure resources that this IpGroups - is associated with + is associated with. :vartype firewalls: list[~azure.mgmt.network.v2019_09_01.models.SubResource] :ivar etag: A unique read-only string that changes whenever the resource @@ -11256,22 +11262,22 @@ class PrivateLinkServiceConnectionState(Model): :type status: str :param description: The reason for approval/rejection of the connection. :type description: str - :param action_required: A message indicating if changes on the service + :param actions_required: A message indicating if changes on the service provider require any updates on the consumer. - :type action_required: str + :type actions_required: str """ _attribute_map = { 'status': {'key': 'status', 'type': 'str'}, 'description': {'key': 'description', 'type': 'str'}, - 'action_required': {'key': 'actionRequired', 'type': 'str'}, + 'actions_required': {'key': 'actionsRequired', 'type': 'str'}, } - def __init__(self, *, status: str=None, description: str=None, action_required: str=None, **kwargs) -> None: + def __init__(self, *, status: str=None, description: str=None, actions_required: str=None, **kwargs) -> None: super(PrivateLinkServiceConnectionState, self).__init__(**kwargs) self.status = status self.description = description - self.action_required = action_required + self.actions_required = actions_required class PrivateLinkServiceIpConfiguration(SubResource): @@ -13169,10 +13175,10 @@ class TrafficSelectorPolicy(Model): All required parameters must be populated in order to send to Azure. :param local_address_ranges: Required. A collection of local address - spaces in CIDR format + spaces in CIDR format. :type local_address_ranges: list[str] :param remote_address_ranges: Required. A collection of remote address - spaces in CIDR format + spaces in CIDR format. :type remote_address_ranges: list[str] """ @@ -13748,11 +13754,11 @@ def __init__(self, *, id: str=None, routes=None, attached_connections=None, name class VirtualHubRouteV2(Model): """VirtualHubRouteTableV2 route. - :param destination_type: The type of destinations + :param destination_type: The type of destinations. :type destination_type: str :param destinations: List of all destinations. :type destinations: list[str] - :param next_hop_type: The type of next hops + :param next_hop_type: The type of next hops. :type next_hop_type: str :param next_hops: NextHops ip address. :type next_hops: list[str] @@ -13880,10 +13886,10 @@ class VirtualNetworkBgpCommunities(Model): All required parameters must be populated in order to send to Azure. :param virtual_network_community: Required. The BGP community associated - with the virtual network + with the virtual network. :type virtual_network_community: str :ivar regional_community: The BGP community associated with the region of - the virtual network + the virtual network. :vartype regional_community: str """ @@ -14717,21 +14723,21 @@ class VirtualRouter(Resource): :type tags: dict[str, str] :param virtual_router_asn: VirtualRouter ASN. :type virtual_router_asn: long - :param virtual_router_ips: VirtualRouter IPs + :param virtual_router_ips: VirtualRouter IPs. :type virtual_router_ips: list[str] :param hosted_subnet: The Subnet on which VirtualRouter is hosted. :type hosted_subnet: ~azure.mgmt.network.v2019_09_01.models.SubResource :param hosted_gateway: The Gateway on which VirtualRouter is hosted. :type hosted_gateway: ~azure.mgmt.network.v2019_09_01.models.SubResource - :ivar peerings: List of references to VirtualRouterPeerings + :ivar peerings: List of references to VirtualRouterPeerings. :vartype peerings: list[~azure.mgmt.network.v2019_09_01.models.SubResource] :ivar provisioning_state: The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or ~azure.mgmt.network.v2019_09_01.models.ProvisioningState - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str """ @@ -14786,11 +14792,11 @@ class VirtualRouterPeering(SubResource): values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' :vartype provisioning_state: str or ~azure.mgmt.network.v2019_09_01.models.ProvisioningState - :param name: Gets name of the peering unique to VirtualRouter. This name - can be used to access the resource. + :param name: Name of the virtual router peering that is unique within a + virtual router. :type name: str - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str :ivar type: Peering type. :vartype type: str @@ -15779,8 +15785,8 @@ class VpnServerConfiguration(Resource): :ivar vpn_server_configuration_properties_etag: A unique read-only string that changes whenever the resource is updated. :vartype vpn_server_configuration_properties_etag: str - :ivar etag: Gets a unique read-only string that changes whenever the - resource is updated. + :ivar etag: A unique read-only string that changes whenever the resource + is updated. :vartype etag: str """ @@ -16261,7 +16267,7 @@ class WebApplicationFirewallPolicy(Resource): 'Disabling', 'Disabled', 'Deleting' :vartype resource_state: str or ~azure.mgmt.network.v2019_09_01.models.WebApplicationFirewallPolicyResourceState - :param managed_rules: Required. Describes the managedRules structure + :param managed_rules: Required. Describes the managedRules structure. :type managed_rules: ~azure.mgmt.network.v2019_09_01.models.ManagedRulesDefinition :ivar http_listeners: A collection of references to application gateway diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_ip_groups_operations.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_ip_groups_operations.py index a03d9bd5d6d5..816da50c028b 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_ip_groups_operations.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_09_01/operations/_ip_groups_operations.py @@ -209,7 +209,7 @@ def get_long_running_output(response): def update_groups( self, resource_group_name, ip_groups_name, tags=None, custom_headers=None, raw=False, **operation_config): - """Updates an IpGroups. + """Updates tags of an IpGroups resource. :param resource_group_name: The name of the resource group. :type resource_group_name: str diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml index 83a58d589ffb..7a47aaf9863e 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_dns_availability.yaml @@ -10,7 +10,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -26,7 +26,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:06:52 GMT + - Fri, 08 Nov 2019 03:16:10 GMT expires: - '-1' pragma: @@ -43,7 +43,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7cc14713-370d-4581-9733-5b5bf3c26618 + - 95cacf2a-1220-449f-95ee-1ac3952aacfd status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml index 90978cbbe97e..efdbec699b04 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_express_route_service_providers.yaml @@ -10,7 +10,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -565,7 +565,25 @@ interactions: \ \"valueInMbps\": 5000\r\n },\r\n {\r\n \ \ \"offerName\": \"10Gbps\",\r\n \"valueInMbps\": 10000\r\ \n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"Virtustream Test\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + : \"Viasat Test\",\r\n \"id\": \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ + ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ + \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ + ,\r\n \"peeringLocations\": [\r\n \"Area51\",\r\n \ + \ \"Denver Test\"\r\n ],\r\n \"bandwidthsOffered\": [\r\n \ + \ {\r\n \"offerName\": \"50Mbps\",\r\n \"valueInMbps\"\ + : 50\r\n },\r\n {\r\n \"offerName\": \"100Mbps\"\ + ,\r\n \"valueInMbps\": 100\r\n },\r\n {\r\n \ + \ \"offerName\": \"200Mbps\",\r\n \"valueInMbps\": 200\r\ + \n },\r\n {\r\n \"offerName\": \"500Mbps\",\r\ + \n \"valueInMbps\": 500\r\n },\r\n {\r\n \ + \ \"offerName\": \"1Gbps\",\r\n \"valueInMbps\": 1000\r\n\ + \ },\r\n {\r\n \"offerName\": \"2Gbps\",\r\n\ + \ \"valueInMbps\": 2000\r\n },\r\n {\r\n \ + \ \"offerName\": \"5Gbps\",\r\n \"valueInMbps\": 5000\r\n\ + \ },\r\n {\r\n \"offerName\": \"10Gbps\",\r\n\ + \ \"valueInMbps\": 10000\r\n }\r\n ]\r\n }\r\ + \n },\r\n {\r\n \"name\": \"Virtustream Test\",\r\n \"id\"\ + : \"/subscriptions//resourceGroups//providers/Microsoft.Network/expressRouteServiceProviders/\"\ ,\r\n \"type\": \"Microsoft.Network/expressRouteServiceProviders\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"peeringLocations\": [\r\n \"Area51\"\r\n ],\r\ @@ -586,11 +604,11 @@ interactions: cache-control: - no-cache content-length: - - '37928' + - '39114' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:06:56 GMT + - Fri, 08 Nov 2019 03:16:14 GMT expires: - '-1' pragma: @@ -607,7 +625,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 966ddeee-7e18-48a9-8db5-ecb5f65e4c7b + - 197b8a40-6635-4900-b9bc-f66caf918c2f status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml index 9ad6763d83cc..a12b5de5cba4 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_load_balancers.yaml @@ -15,7 +15,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -23,24 +23,24 @@ interactions: response: body: string: "{\r\n \"name\": \"pyipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"27dc2466-212b-4232-9abd-963ae7c4ac6f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"5bcee077-7ca9-4742-9726-0fbaa8faf4b2\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Updating\",\r\n \"resourceGuid\": \"de2e8db6-131b-40e4-b26f-3ed4a3bf65d4\"\ + : \"Updating\",\r\n \"resourceGuid\": \"ca163ccd-5b1f-47af-b7c7-2a5f93c8cf91\"\ ,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\"\ : \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n\ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbe321a2-9785-431f-bcc1-0ee9cd8027d4?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d7c04cd9-cb01-43ab-a92f-29a0f2667c78?api-version=2019-09-01 cache-control: - no-cache content-length: - - '674' + - '649' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:05 GMT + - Fri, 08 Nov 2019 03:16:26 GMT expires: - '-1' pragma: @@ -53,9 +53,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7c1620e9-a30c-4d6c-84b7-992cd6f0e95d + - fd4d0a3d-fb2a-4c1f-a4b8-e8e521ac73d6 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -70,9 +70,55 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cbe321a2-9785-431f-bcc1-0ee9cd8027d4?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d7c04cd9-cb01-43ab-a92f-29a0f2667c78?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:16:29 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9a9f16b2-9fc8-4b76-b7fc-9c0c18e23557 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d7c04cd9-cb01-43ab-a92f-29a0f2667c78?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -84,7 +130,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:07 GMT + - Fri, 08 Nov 2019 03:16:31 GMT expires: - '-1' pragma: @@ -101,7 +147,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8414763d-bbcc-4476-857d-488c14ed649c + - 17a4f16c-bcdf-406a-89d7-9f8f38896eb3 status: code: 200 message: OK @@ -116,31 +162,30 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"d1d9f467-c0a0-4b3b-be21-46dd9ffd74cf\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"d8772d68-91c6-4874-96f2-abefea570210\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"de2e8db6-131b-40e4-b26f-3ed4a3bf65d4\"\ - ,\r\n \"ipAddress\": \"104.42.250.221\",\r\n \"publicIPAddressVersion\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"ca163ccd-5b1f-47af-b7c7-2a5f93c8cf91\"\ + ,\r\n \"ipAddress\": \"104.42.254.74\",\r\n \"publicIPAddressVersion\"\ : \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\"\ : 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\ - ,\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\ - \r\n }\r\n}" + ,\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '711' + - '685' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:07 GMT + - Fri, 08 Nov 2019 03:16:32 GMT etag: - - W/"d1d9f467-c0a0-4b3b-be21-46dd9ffd74cf" + - W/"d8772d68-91c6-4874-96f2-abefea570210" expires: - '-1' pragma: @@ -157,13 +202,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8d95e5e4-931f-45d6-9863-953823c4ddb3 + - 50955a93-9fb4-4bf8-88f8-0ffad93aaee9 status: code: 200 message: OK - request: - body: '{"location": "westus", "properties": {"frontendIPConfigurations": [{"properties": - {"privateIPAllocationMethod": "Dynamic", "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"}}, + body: 'b''b\''b\\\''{"location": "westus", "properties": {"frontendIPConfigurations": + [{"properties": {"privateIPAllocationMethod": "Dynamic", "publicIPAddress": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"}}, "name": "pyfipname239e0f35"}], "backendAddressPools": [{"name": "pyapname239e0f35"}], "loadBalancingRules": [{"properties": {"frontendIPConfiguration": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"}, "backendAddressPool": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35"}, @@ -177,7 +223,7 @@ interactions: 4, "enableFloatingIP": false}, "name": "azure-sample-netrule1"}, {"properties": {"frontendIPConfiguration": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"}, "protocol": "tcp", "frontendPort": 23, "backendPort": 22, "idleTimeoutInMinutes": - 4, "enableFloatingIP": false}, "name": "azure-sample-netrule2"}]}}' + 4, "enableFloatingIP": false}, "name": "azure-sample-netrule2"}]}}\\\''\''''' headers: Accept: - application/json @@ -191,7 +237,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -199,13 +245,13 @@ interactions: response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"3d2dc17e-2603-4a85-a584-76635ab53fbc\",\r\n \"\ + \ \"resourceGuid\": \"f54ebabb-77d2-45ab-8d3a-26502e91b109\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -219,14 +265,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -240,7 +286,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -249,7 +295,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -259,7 +305,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -268,19 +314,18 @@ interactions: : 4,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\"\ : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n }\r\n ],\r\n \"inboundNatPools\": []\r\ - \n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\ - \r\n }\r\n}" + \n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/593273e7-b9f7-46fb-b436-775579dd8fb1?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1771c6ec-c91c-4f6a-9d79-74b0b79ed85e?api-version=2019-09-01 cache-control: - no-cache content-length: - - '8103' + - '8078' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:10 GMT + - Fri, 08 Nov 2019 03:16:33 GMT expires: - '-1' pragma: @@ -293,9 +338,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e63c4228-4792-4803-9b33-c519d00ca6a9 + - 80cbec60-effa-416a-8ad5-6cb8e426bb70 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -310,9 +355,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/593273e7-b9f7-46fb-b436-775579dd8fb1?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1771c6ec-c91c-4f6a-9d79-74b0b79ed85e?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -324,7 +369,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:42 GMT + - Fri, 08 Nov 2019 03:17:04 GMT expires: - '-1' pragma: @@ -341,7 +386,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0828cd0b-200e-4eec-b47d-64ebc07a8432 + - ac20d910-16db-4ce4-8e61-453f34588cba status: code: 200 message: OK @@ -356,19 +401,19 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"3d2dc17e-2603-4a85-a584-76635ab53fbc\",\r\n \"\ + \ \"resourceGuid\": \"f54ebabb-77d2-45ab-8d3a-26502e91b109\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -382,14 +427,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -403,7 +448,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -412,7 +457,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -422,7 +467,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -431,19 +476,18 @@ interactions: : 4,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\"\ : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n }\r\n ],\r\n \"inboundNatPools\": []\r\ - \n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\ - \r\n }\r\n}" + \n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '8103' + - '8078' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:42 GMT + - Fri, 08 Nov 2019 03:17:05 GMT etag: - - W/"87545c48-97db-4c27-955e-bd88c9b0a9d5" + - W/"6665fc3c-745f-4269-8f6f-1f483b81bf06" expires: - '-1' pragma: @@ -460,7 +504,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 820b3686-212b-4eb1-87b4-c187310359f3 + - e64208ea-34db-4e7b-a45c-f5d6c477a455 status: code: 200 message: OK @@ -475,7 +519,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -483,13 +527,13 @@ interactions: response: body: string: "{\r\n \"name\": \"pylbname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"3d2dc17e-2603-4a85-a584-76635ab53fbc\",\r\n \"\ + \ \"resourceGuid\": \"f54ebabb-77d2-45ab-8d3a-26502e91b109\",\r\n \"\ frontendIPConfigurations\": [\r\n {\r\n \"name\": \"pyfipname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -503,14 +547,14 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/backendAddressPools\"\ \r\n }\r\n ],\r\n \"loadBalancingRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-lb-rule\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -524,7 +568,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \"probes\": [\r\n\ \ {\r\n \"name\": \"pyprobename239e0f35\",\r\n \"id\":\ \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"protocol\": \"Http\",\r\n \"port\": 80,\r\n \ \ \"requestPath\": \"healthprobe.aspx\",\r\n \"intervalInSeconds\"\ @@ -533,7 +577,7 @@ interactions: \r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/loadBalancers/probes\"\ \r\n }\r\n ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -543,7 +587,7 @@ interactions: : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"name\": \"azure-sample-netrule2\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"frontendIPConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ @@ -552,19 +596,18 @@ interactions: : 4,\r\n \"protocol\": \"Tcp\",\r\n \"enableDestinationServiceEndpoint\"\ : false,\r\n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n }\r\n ],\r\n \"inboundNatPools\": []\r\ - \n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\ - \r\n }\r\n}" + \n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '8103' + - '8078' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:42 GMT + - Fri, 08 Nov 2019 03:17:05 GMT etag: - - W/"87545c48-97db-4c27-955e-bd88c9b0a9d5" + - W/"6665fc3c-745f-4269-8f6f-1f483b81bf06" expires: - '-1' pragma: @@ -581,7 +624,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 67948b6e-52dd-4e04-8fc4-af1604b7c6d8 + - 0d470c11-3054-4ff4-9b06-24b33fed0462 status: code: 200 message: OK @@ -596,23 +639,23 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/loadBalancers?api-version=2019-09-01 response: body: - string: '{"value":[{"name":"vmss1LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB","etag":"W/\"9a384036-63c8-4f96-808b-4821b13b1a47\"","type":"Microsoft.Network/loadBalancers","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d8256b75-90ff-4934-abc6-8972d13b010d","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"9a384036-63c8-4f96-808b-4821b13b1a47\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/publicIPAddresses/vmss1LBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/inboundNatPools/vmss1LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vmss1LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/backendAddressPools/vmss1LBBEPool","etag":"W/\"9a384036-63c8-4f96-808b-4821b13b1a47\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"vmss1LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/inboundNatPools/vmss1LBNatPool","etag":"W/\"9a384036-63c8-4f96-808b-4821b13b1a47\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"asdfLB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","type":"Microsoft.Network/loadBalancers","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"5bd3ae17-f6a1-4786-85ba-cd442e1af9c1","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/asdfLBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/inboundNatPools/asdfLBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"asdfLBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/backendAddressPools/asdfLBBEPool","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"asdfLBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/inboundNatPools/asdfLBNatPool","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"vm5LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","type":"Microsoft.Network/loadBalancers","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"cc41b28b-1e12-4ea3-b2a1-d45c659bae86","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/vm5LBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/inboundNatPools/vm5LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vm5LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/backendAddressPools/vm5LBBEPool","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"vm5LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/inboundNatPools/vm5LBNatPool","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"pylbname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","type":"Microsoft.Network/loadBalancers","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"3d2dc17e-2603-4a85-a584-76635ab53fbc","frontendIPConfigurations":[{"name":"pyfipname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"},"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}],"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"pyapname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","properties":{"provisioningState":"Succeeded","loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[{"name":"azure-sample-lb-rule","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","type":"Microsoft.Network/loadBalancers/loadBalancingRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":80,"backendPort":80,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"loadDistribution":"Default","backendAddressPool":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35"},"probe":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35"}}}],"probes":[{"name":"pyprobename239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","properties":{"provisioningState":"Succeeded","protocol":"Http","port":80,"requestPath":"healthprobe.aspx","intervalInSeconds":15,"numberOfProbes":4,"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}]},"type":"Microsoft.Network/loadBalancers/probes"}],"inboundNatRules":[{"name":"azure-sample-netrule1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":21,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false}},{"name":"azure-sample-netrule2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2","etag":"W/\"87545c48-97db-4c27-955e-bd88c9b0a9d5\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":23,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false}}],"inboundNatPools":[]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"924ede91-f213-4a0f-94c9-d1a17c2d09c7","frontendIPConfigurations":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/publicIPAddresses/fozippy98"},"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880"}],"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.3"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.3"}],"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy983389"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy985985"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/backendAddressPools/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}],"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[{"name":"fozippy9880","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/loadBalancingRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":80,"backendPort":80,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"loadDistribution":"Default","disableOutboundSnat":false,"backendAddressPool":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/backendAddressPools/fozippy98"}}}],"probes":[],"inboundNatRules":[{"name":"fozippy983389.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.0","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":50000,"backendPort":3389,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy985985.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.0","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":52000,"backendPort":5985,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy983389.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.3","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":50003,"backendPort":3389,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy985985.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.3","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":52003,"backendPort":5985,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}}],"outboundRules":[],"inboundNatPools":[{"name":"fozippy983389","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy983389","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50004,"backendPort":3389,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"},{"name":"fozippy985985","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy985985","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":52000,"frontendPortRangeEnd":52004,"backendPort":5985,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Standard","tier":"Regional"}},{"name":"vmss1LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB","etag":"W/\"320c0978-30d2-42e8-a8da-5c14b479a6cd\"","type":"Microsoft.Network/loadBalancers","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f38ddc5e-493b-4dc0-b253-196c501c24f8","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"320c0978-30d2-42e8-a8da-5c14b479a6cd\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vmss1LBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/inboundNatPools/vmss1LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vmss1LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/backendAddressPools/vmss1LBBEPool","etag":"W/\"320c0978-30d2-42e8-a8da-5c14b479a6cd\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"vmss1LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/inboundNatPools/vmss1LBNatPool","etag":"W/\"320c0978-30d2-42e8-a8da-5c14b479a6cd\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"vmss2LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","type":"Microsoft.Network/loadBalancers","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d5b98044-4b26-49db-a828-7cc77a2fb65a","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vmss2LBPublicIP"},"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatRules/vmss2LBNatPool.2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatRules/vmss2LBNatPool.3"}],"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatPools/vmss2LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vmss2LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/backendAddressPools/vmss2LBBEPool","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/2/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/3/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[{"name":"vmss2LBNatPool.2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatRules/vmss2LBNatPool.2","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50002,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/2/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"}}},{"name":"vmss2LBNatPool.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatRules/vmss2LBNatPool.3","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50003,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/3/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"}}}],"inboundNatPools":[{"name":"vmss2LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/inboundNatPools/vmss2LBNatPool","etag":"W/\"dc52a07c-7ab0-4f78-85bf-87824b6189c5\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}},{"name":"lb1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/loadBalancers/lb1","etag":"W/\"2a8a7756-e895-4ac5-aa83-0384620e905d\"","type":"Microsoft.Network/loadBalancers","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"4e520635-d0d8-441b-9448-3e3b2120993e","frontendIPConfigurations":[{"name":"LoadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/LoadBalancerFrontEnd","etag":"W/\"2a8a7756-e895-4ac5-aa83-0384620e905d\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/publicIPAddresses/pubip1"},"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"lb1bepool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/lb1bepool","etag":"W/\"2a8a7756-e895-4ac5-aa83-0384620e905d\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"outboundRules":[],"inboundNatPools":[]},"sku":{"name":"Standard","tier":"Regional"}},{"name":"vm-ultrassdLB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"dc0fc1f5-bffa-469f-a982-e86ad42e8c1c","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/publicIPAddresses/vm-ultrassdLBPublicIP"},"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/loadBalancingRules/LBRule"}],"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.3"}],"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatPools/vm-ultrassdLBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vm-ultrassdLBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/backendAddressPools/vm-ultrassdLBBEPool","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/0/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/1/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/2/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/3/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}],"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/loadBalancingRules/LBRule"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[{"name":"LBRule","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/loadBalancingRules/LBRule","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/loadBalancingRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":80,"backendPort":80,"enableFloatingIP":false,"idleTimeoutInMinutes":5,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"loadDistribution":"Default","disableOutboundSnat":false,"backendAddressPool":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/backendAddressPools/vm-ultrassdLBBEPool"}}}],"probes":[],"inboundNatRules":[{"name":"vm-ultrassdLBNatPool.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.0","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50000,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/0/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}}},{"name":"vm-ultrassdLBNatPool.1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.1","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50001,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/1/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}}},{"name":"vm-ultrassdLBNatPool.2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.2","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50002,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/2/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}}},{"name":"vm-ultrassdLBNatPool.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatRules/vm-ultrassdLBNatPool.3","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50003,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/3/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}}}],"outboundRules":[],"inboundNatPools":[{"name":"vm-ultrassdLBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/inboundNatPools/vm-ultrassdLBNatPool","etag":"W/\"2419d7a5-4136-4282-9287-44f984bfe459\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Standard","tier":"Regional"}},{"name":"vmss0LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0db81372-67a5-44cc-995f-2f7977ee240e","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/publicIPAddresses/vmss0LBPublicIP"},"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.2"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.3"}],"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatPools/vmss0LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vmss0LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/backendAddressPools/vmss0LBBEPool","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/0/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/1/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/2/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/3/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[{"name":"vmss0LBNatPool.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.0","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50000,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/0/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}}},{"name":"vmss0LBNatPool.1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.1","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50001,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/1/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}}},{"name":"vmss0LBNatPool.2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.2","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50002,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/2/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}}},{"name":"vmss0LBNatPool.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatRules/vmss0LBNatPool.3","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"},"frontendPort":50003,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/3/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}}}],"inboundNatPools":[{"name":"vmss0LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/inboundNatPools/vmss0LBNatPool","etag":"W/\"f538a6cd-b644-4302-8f1b-1f6453515292\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic","tier":"Regional"}}]}' + string: '{"value":[{"name":"asdfLB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","type":"Microsoft.Network/loadBalancers","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"5bd3ae17-f6a1-4786-85ba-cd442e1af9c1","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/asdfLBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/inboundNatPools/asdfLBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"asdfLBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/backendAddressPools/asdfLBBEPool","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"asdfLBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/inboundNatPools/asdfLBNatPool","etag":"W/\"1d7b95ed-66b3-4224-88d8-74316c72a760\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic"}},{"name":"vm5LB","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","type":"Microsoft.Network/loadBalancers","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"cc41b28b-1e12-4ea3-b2a1-d45c659bae86","frontendIPConfigurations":[{"name":"loadBalancerFrontEnd","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/vm5LBPublicIP"},"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/inboundNatPools/vm5LBNatPool"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"vm5LBBEPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/backendAddressPools/vm5LBBEPool","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","properties":{"provisioningState":"Succeeded"},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[],"inboundNatPools":[{"name":"vm5LBNatPool","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/inboundNatPools/vm5LBNatPool","etag":"W/\"b198e267-5e61-47a2-a7b9-3dafe6425ce6\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50119,"backendPort":22,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Basic"}},{"name":"pylbname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","type":"Microsoft.Network/loadBalancers","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"f54ebabb-77d2-45ab-8d3a-26502e91b109","frontendIPConfigurations":[{"name":"pyfipname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/publicIPAddresses/pyipname239e0f35"},"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}],"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"pyapname239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","properties":{"provisioningState":"Succeeded","loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[{"name":"azure-sample-lb-rule","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","type":"Microsoft.Network/loadBalancers/loadBalancingRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":80,"backendPort":80,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"loadDistribution":"Default","backendAddressPool":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35"},"probe":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35"}}}],"probes":[{"name":"pyprobename239e0f35","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","properties":{"provisioningState":"Succeeded","protocol":"Http","port":80,"requestPath":"healthprobe.aspx","intervalInSeconds":15,"numberOfProbes":4,"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule"}]},"type":"Microsoft.Network/loadBalancers/probes"}],"inboundNatRules":[{"name":"azure-sample-netrule1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":21,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false}},{"name":"azure-sample-netrule2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2","etag":"W/\"6665fc3c-745f-4269-8f6f-1f483b81bf06\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35"},"frontendPort":23,"backendPort":22,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false}}],"inboundNatPools":[]},"sku":{"name":"Basic"}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"924ede91-f213-4a0f-94c9-d1a17c2d09c7","frontendIPConfigurations":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/publicIPAddresses/fozippy98"},"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880"}],"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.3"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.3"}],"inboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy983389"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy985985"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/backendAddressPools/fozippy98","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}],"loadBalancingRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[{"name":"fozippy9880","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/loadBalancingRules/fozippy9880","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/loadBalancingRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":80,"backendPort":80,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"loadDistribution":"Default","disableOutboundSnat":false,"backendAddressPool":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/backendAddressPools/fozippy98"}}}],"probes":[],"inboundNatRules":[{"name":"fozippy983389.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.0","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":50000,"backendPort":3389,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy985985.0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.0","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":52000,"backendPort":5985,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy983389.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy983389.3","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":50003,"backendPort":3389,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}},{"name":"fozippy985985.3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatRules/fozippy985985.3","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"},"frontendPort":52003,"backendPort":5985,"enableFloatingIP":false,"idleTimeoutInMinutes":4,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}}}],"outboundRules":[],"inboundNatPools":[{"name":"fozippy983389","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy983389","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":50000,"frontendPortRangeEnd":50004,"backendPort":3389,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"},{"name":"fozippy985985","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/inboundNatPools/fozippy985985","etag":"W/\"5dcb20a0-2d73-4af3-94cb-952dd569637a\"","properties":{"provisioningState":"Succeeded","frontendPortRangeStart":52000,"frontendPortRangeEnd":52004,"backendPort":5985,"protocol":"Tcp","idleTimeoutInMinutes":4,"enableFloatingIP":false,"enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/loadBalancers/inboundNatPools"}]},"sku":{"name":"Standard"}},{"name":"aadds-875a4f8661144a9d9527a92ef449ec74-lb","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","type":"Microsoft.Network/loadBalancers","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"3c1ceabf-2f90-451c-a6c9-2dfeff936462","frontendIPConfigurations":[{"name":"CGSTWAMT8YUPCGTFe","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/frontendIPConfigurations/CGSTWAMT8YUPCGTFe","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","type":"Microsoft.Network/loadBalancers/frontendIPConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/aadds-875a4f8661144a9d9527a92ef449ec74-pip"},"inboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQPsh"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQHttps"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/ESO7-WEOMJMH2RYPsh"}],"privateIPAddressVersion":"IPv4"}}],"backendAddressPools":[{"name":"CGSTWAMT8YUPCGTBe","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/backendAddressPools/CGSTWAMT8YUPCGTBe","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","properties":{"provisioningState":"Succeeded","backendIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic/ipConfigurations/I3I30QPNIN9G0JQIpcfg"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-1799b95e96fa4c7e88320a10725b68b0-nic/ipConfigurations/ESO7-WEOMJMH2RYIpcfg"}]},"type":"Microsoft.Network/loadBalancers/backendAddressPools"}],"loadBalancingRules":[],"probes":[],"inboundNatRules":[{"name":"I3I30QPNIN9G0JQPsh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQPsh","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/frontendIPConfigurations/CGSTWAMT8YUPCGTFe"},"frontendPort":5986,"backendPort":5986,"enableFloatingIP":false,"idleTimeoutInMinutes":15,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic/ipConfigurations/I3I30QPNIN9G0JQIpcfg"}}},{"name":"I3I30QPNIN9G0JQHttps","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQHttps","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/frontendIPConfigurations/CGSTWAMT8YUPCGTFe"},"frontendPort":443,"backendPort":443,"enableFloatingIP":false,"idleTimeoutInMinutes":15,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic/ipConfigurations/I3I30QPNIN9G0JQIpcfg"}}},{"name":"ESO7-WEOMJMH2RYPsh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/ESO7-WEOMJMH2RYPsh","etag":"W/\"77f6a90f-f725-42ab-9285-56edaade80be\"","type":"Microsoft.Network/loadBalancers/inboundNatRules","properties":{"provisioningState":"Succeeded","frontendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/frontendIPConfigurations/CGSTWAMT8YUPCGTFe"},"frontendPort":5987,"backendPort":5986,"enableFloatingIP":false,"idleTimeoutInMinutes":15,"protocol":"Tcp","enableDestinationServiceEndpoint":false,"enableTcpReset":false,"allowBackendPortConflict":false,"backendIPConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-1799b95e96fa4c7e88320a10725b68b0-nic/ipConfigurations/ESO7-WEOMJMH2RYIpcfg"}}}],"inboundNatPools":[]},"sku":{"name":"Basic"}}]}' headers: cache-control: - no-cache content-length: - - '55540' + - '27082' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:42 GMT + - Fri, 08 Nov 2019 03:17:06 GMT expires: - '-1' pragma: @@ -624,10 +667,9 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - bd518a59-0277-4219-98c2-e1316949b447 - - afaa0cad-b455-4988-babe-ddaee2737978 - - b6056b1a-388a-4b30-8f2d-b87c45763d6a - - deb94a2f-697e-438b-b4a4-9ae7362e7cb2 + - 97a7031b-005a-443c-b4db-e86653391f7b + - bc6d3ac7-b83c-470f-9cb2-8129b8a36adf + - 4998f19e-f20c-4151-acfb-8ffac69b3449 status: code: 200 message: OK @@ -642,7 +684,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -651,13 +693,13 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pylbname239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\",\r\ \n \"type\": \"Microsoft.Network/loadBalancers\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"3d2dc17e-2603-4a85-a584-76635ab53fbc\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"f54ebabb-77d2-45ab-8d3a-26502e91b109\"\ ,\r\n \"frontendIPConfigurations\": [\r\n {\r\n \ \ \"name\": \"pyfipname239e0f35\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/frontendIPConfigurations/pyfipname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/frontendIPConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\"\ @@ -672,7 +714,7 @@ interactions: : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"backendAddressPools\"\ : [\r\n {\r\n \"name\": \"pyapname239e0f35\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/backendAddressPools/pyapname239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ @@ -681,7 +723,7 @@ interactions: \ }\r\n ],\r\n \"loadBalancingRules\": [\r\n \ \ {\r\n \"name\": \"azure-sample-lb-rule\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/loadBalancingRules/azure-sample-lb-rule\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/loadBalancingRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -698,7 +740,7 @@ interactions: \r\n }\r\n }\r\n }\r\n ],\r\n \ \ \"probes\": [\r\n {\r\n \"name\": \"pyprobename239e0f35\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/probes/pyprobename239e0f35\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"protocol\": \"Http\",\r\n \ \ \"port\": 80,\r\n \"requestPath\": \"healthprobe.aspx\",\r\ @@ -709,7 +751,7 @@ interactions: \ \"type\": \"Microsoft.Network/loadBalancers/probes\"\r\n }\r\n\ \ ],\r\n \"inboundNatRules\": [\r\n {\r\n \ \ \"name\": \"azure-sample-netrule1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule1\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -721,7 +763,7 @@ interactions: \n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n },\r\n {\r\n \"\ name\": \"azure-sample-netrule2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_load_balancers239e0f35/providers/Microsoft.Network/loadBalancers/pylbname239e0f35/inboundNatRules/azure-sample-netrule2\"\ - ,\r\n \"etag\": \"W/\\\"87545c48-97db-4c27-955e-bd88c9b0a9d5\\\"\ + ,\r\n \"etag\": \"W/\\\"6665fc3c-745f-4269-8f6f-1f483b81bf06\\\"\ \",\r\n \"type\": \"Microsoft.Network/loadBalancers/inboundNatRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"frontendIPConfiguration\": {\r\n \ @@ -732,17 +774,17 @@ interactions: : \"Tcp\",\r\n \"enableDestinationServiceEndpoint\": false,\r\ \n \"enableTcpReset\": false,\r\n \"allowBackendPortConflict\"\ : false\r\n }\r\n }\r\n ],\r\n \"inboundNatPools\"\ - : []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \ - \ \"tier\": \"Regional\"\r\n }\r\n }\r\n ]\r\n}" + : []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n \ + \ }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '8740' + - '8711' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:43 GMT + - Fri, 08 Nov 2019 03:17:07 GMT expires: - '-1' pragma: @@ -759,7 +801,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d5ba49d3-6bd2-4696-8a5d-72f93090b502 + - 6b5561db-d147-440b-96ed-e87472a22082 status: code: 200 message: OK @@ -776,7 +818,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -786,17 +828,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/10fc03d1-6336-49d3-9471-4a5a03e2e2ad?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4f2156b4-6816-4e0d-b2cc-2b4f1d315497?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:07:43 GMT + - Fri, 08 Nov 2019 03:17:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/10fc03d1-6336-49d3-9471-4a5a03e2e2ad?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/4f2156b4-6816-4e0d-b2cc-2b4f1d315497?api-version=2019-09-01 pragma: - no-cache server: @@ -807,9 +849,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9cee4402-b20a-42fb-a0b9-11a8c070506c + - b06e3ae2-d4a6-462b-b467-2052453776dd x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -824,9 +866,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/10fc03d1-6336-49d3-9471-4a5a03e2e2ad?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4f2156b4-6816-4e0d-b2cc-2b4f1d315497?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -838,7 +880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:07:55 GMT + - Fri, 08 Nov 2019 03:17:18 GMT expires: - '-1' pragma: @@ -855,7 +897,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a3fbeb8-d848-40c4-b32d-a658ecc1f464 + - 31fd89ec-67c3-44d6-b598-6c48de82ce20 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml index c3ed9d897e88..bc6f20738310 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_interface_card.yaml @@ -15,7 +15,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -23,17 +23,17 @@ interactions: response: body: string: "{\r\n \"name\": \"pyvnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f47bd5d0-54d6-4a94-b550-84f0403a5bec\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"ecefd932-9473-4fe9-bbc2-809fabfecd5f\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"b3468ebf-a3d5-478b-9d28-d510879779a4\",\r\n \"\ + \ \"resourceGuid\": \"67df40ca-0284-4fe9-9a1f-43d233053574\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ : false\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a91597ec-13bc-43c4-a2be-f435a802999b?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/57944e5c-d3f3-4e0f-94e5-4e636878d6cc?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -41,7 +41,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:09 GMT + - Fri, 08 Nov 2019 03:17:36 GMT expires: - '-1' pragma: @@ -54,9 +54,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c49f5e6a-ba57-4af2-9bd5-bd89e546ac6d + - 55f605aa-391b-413a-8ea6-2aeaf689b9b9 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -71,9 +71,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a91597ec-13bc-43c4-a2be-f435a802999b?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/57944e5c-d3f3-4e0f-94e5-4e636878d6cc?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -85,7 +85,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:14 GMT + - Fri, 08 Nov 2019 03:17:40 GMT expires: - '-1' pragma: @@ -102,7 +102,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 19f02142-6750-48d0-a2e8-e03790468954 + - 8930f33b-e912-4671-ad92-bf041e83ff25 status: code: 200 message: OK @@ -117,16 +117,16 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyvnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"2043a502-e168-41c4-a0cf-5e849dd35dca\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"f68bd306-c981-4780-a195-c5f54504f4cc\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"b3468ebf-a3d5-478b-9d28-d510879779a4\",\r\n \"\ + \ \"resourceGuid\": \"67df40ca-0284-4fe9-9a1f-43d233053574\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\"\ : [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ @@ -139,9 +139,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:14 GMT + - Fri, 08 Nov 2019 03:17:40 GMT etag: - - W/"2043a502-e168-41c4-a0cf-5e849dd35dca" + - W/"f68bd306-c981-4780-a195-c5f54504f4cc" expires: - '-1' pragma: @@ -158,7 +158,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 52691a4b-74a4-43b3-bfea-51d50f4da76c + - a85dd77d-11fd-41b4-8a5d-c2fc8427dd71 status: code: 200 message: OK @@ -177,7 +177,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -185,14 +185,14 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"b4a941f2-d983-40b0-a1f9-8a405947592e\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"939f41f1-bbf3-417c-b783-272d1cc416fa\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a492a002-7cf7-4d25-8b04-67b405788475?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/85f46849-a6cc-4f0d-a633-5edfd197da9c?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -200,7 +200,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:14 GMT + - Fri, 08 Nov 2019 03:17:41 GMT expires: - '-1' pragma: @@ -213,9 +213,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a1e5ec1a-13d1-4b3b-85f0-1df71b14d92a + - 44f10c69-3792-4ce5-9ba5-6168bfe6734a x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -230,9 +230,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a492a002-7cf7-4d25-8b04-67b405788475?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/85f46849-a6cc-4f0d-a633-5edfd197da9c?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -244,7 +244,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:18 GMT + - Fri, 08 Nov 2019 03:17:45 GMT expires: - '-1' pragma: @@ -261,7 +261,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6a9baef-0762-46fa-96d0-c68d9cb4dd33 + - 45018eff-a5bf-4591-bad0-5fd1f5bebe0c status: code: 200 message: OK @@ -276,13 +276,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysubnetb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e\"\ - ,\r\n \"etag\": \"W/\\\"7f347546-2434-44c4-a8a7-0d4e53a5379c\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3716f7f0-bc17-4dfb-8abb-7990dd65cec1\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -295,9 +295,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:19 GMT + - Fri, 08 Nov 2019 03:17:45 GMT etag: - - W/"7f347546-2434-44c4-a8a7-0d4e53a5379c" + - W/"3716f7f0-bc17-4dfb-8abb-7990dd65cec1" expires: - '-1' pragma: @@ -314,14 +314,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 87e44f18-8a0a-43cc-8a66-159a2d044428 + - 41e90921-1e38-4ff6-8eee-f0619c00a5e6 status: code: 200 message: OK - request: - body: '{"location": "westus", "properties": {"ipConfigurations": [{"properties": - {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"}}, - "name": "MyIpConfig"}]}}' + body: 'b''b\''b\\\''{"location": "westus", "properties": {"ipConfigurations": + [{"properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"}}, + "name": "MyIpConfig"}]}}\\\''\''''' headers: Accept: - application/json @@ -335,7 +335,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -343,12 +343,12 @@ interactions: response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"fe1dbcae-6e61-446d-8a60-934d6633b35b\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"cf917f37-45a3-4673-bee6-8c3479bf3d6d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\"\ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -356,13 +356,13 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"x4henm4vuofuphji0uiipf1zue.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"zjan4z2ealuu5gq5ipjdgbjvoe.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\ \n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b2933957-27a5-4a64-b902-03474811a725?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7f4126ac-3234-4822-9e40-74eebb4848ea?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -370,7 +370,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:20 GMT + - Fri, 08 Nov 2019 03:17:48 GMT expires: - '-1' pragma: @@ -383,9 +383,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 702c36e9-049b-46ee-adc8-742bb82a3499 + - c30dbc11-f662-491d-85a2-0800dd0ae49c x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 201 message: Created @@ -400,9 +400,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b2933957-27a5-4a64-b902-03474811a725?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7f4126ac-3234-4822-9e40-74eebb4848ea?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -414,7 +414,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:52 GMT + - Fri, 08 Nov 2019 03:18:19 GMT expires: - '-1' pragma: @@ -431,7 +431,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4b4a884c-38f4-4f5f-bb9a-ae4e1a1ac391 + - 088e5f49-1b49-40d8-b49b-35c65195f6b4 status: code: 200 message: OK @@ -446,18 +446,18 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"fe1dbcae-6e61-446d-8a60-934d6633b35b\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"cf917f37-45a3-4673-bee6-8c3479bf3d6d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\"\ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -465,7 +465,7 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"x4henm4vuofuphji0uiipf1zue.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"zjan4z2ealuu5gq5ipjdgbjvoe.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\ \n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}" @@ -477,9 +477,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:52 GMT + - Fri, 08 Nov 2019 03:18:20 GMT etag: - - W/"f1b95c75-0354-41ba-83ed-81ee0999c6ca" + - W/"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c" expires: - '-1' pragma: @@ -496,7 +496,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 131a9a52-c1eb-4877-9246-4c0178af45fa + - 6ab77383-c748-4b3a-adb4-b9f548f3a437 status: code: 200 message: OK @@ -511,7 +511,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -519,12 +519,12 @@ interactions: response: body: string: "{\r\n \"name\": \"pynicb046129e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"fe1dbcae-6e61-446d-8a60-934d6633b35b\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"cf917f37-45a3-4673-bee6-8c3479bf3d6d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"MyIpConfig\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\"\ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\"\ @@ -532,7 +532,7 @@ interactions: \r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\"\ : \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n\ \ \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"\ - internalDomainNameSuffix\": \"x4henm4vuofuphji0uiipf1zue.dx.internal.cloudapp.net\"\ + internalDomainNameSuffix\": \"zjan4z2ealuu5gq5ipjdgbjvoe.dx.internal.cloudapp.net\"\ \r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\ \n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}" @@ -544,9 +544,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:53 GMT + - Fri, 08 Nov 2019 03:18:19 GMT etag: - - W/"f1b95c75-0354-41ba-83ed-81ee0999c6ca" + - W/"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c" expires: - '-1' pragma: @@ -563,7 +563,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 741bd3a9-d5d2-4e02-b866-70bea4eb4d2b + - de249330-a41a-434a-8fc2-9f989cf2460d status: code: 200 message: OK @@ -578,7 +578,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -587,12 +587,12 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pynicb046129e\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\",\r\ \n \"location\": \"westus\",\r\n \"properties\": {\r\n \"\ - provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fe1dbcae-6e61-446d-8a60-934d6633b35b\"\ + provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf917f37-45a3-4673-bee6-8c3479bf3d6d\"\ ,\r\n \"ipConfigurations\": [\r\n {\r\n \"name\"\ : \"MyIpConfig\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig\"\ - ,\r\n \"etag\": \"W/\\\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\\\"\ + ,\r\n \"etag\": \"W/\\\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n\ @@ -602,7 +602,7 @@ interactions: \ \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n\ \ ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\ \n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\"\ - : \"x4henm4vuofuphji0uiipf1zue.dx.internal.cloudapp.net\"\r\n },\r\n\ + : \"zjan4z2ealuu5gq5ipjdgbjvoe.dx.internal.cloudapp.net\"\r\n },\r\n\ \ \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\"\ : false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\"\ : []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\ @@ -615,7 +615,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:54 GMT + - Fri, 08 Nov 2019 03:18:20 GMT expires: - '-1' pragma: @@ -632,7 +632,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a8fe4cb3-6944-4f5c-bff3-dd98888bbf17 + - e00b6880-48bb-4e55-9f4e-4b58f5306c1d status: code: 200 message: OK @@ -647,23 +647,23 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/networkInterfaces?api-version=2019-09-01 response: body: - string: '{"value":[{"name":"feng-rhel-8VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic","etag":"W/\"7a9698bd-fc73-4a94-b649-b13954f77c98\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"e3a7c6f4-6867-4bc1-ad6f-8bf9f4051ff8","ipConfigurations":[{"name":"ipconfigfeng-rhel-8","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8","etag":"W/\"7a9698bd-fc73-4a94-b649-b13954f77c98\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-rhel-8PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-3C-A2","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-rhel-8NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Compute/virtualMachines/feng-rhel-8"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng_rhel_8VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic","etag":"W/\"8c7a1d3e-f54a-48e4-bf25-8f13b2176138\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a3c76119-0317-43f2-b8f5-73a7dbb8e9bd","ipConfigurations":[{"name":"ipconfigfeng_rhel_8","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8","etag":"W/\"8c7a1d3e-f54a-48e4-bf25-8f13b2176138\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng_rhel_8PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"udqd5j0cpk2ujjmd4ykldlf42c.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng_rhel_8NSG"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm-01543","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543","etag":"W/\"8e5d9aa9-8e65-47dd-81c1-d76e02da4c17\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"36c07bd9-5047-4484-a724-382fbaaeaccb","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1","etag":"W/\"8e5d9aa9-8e65-47dd-81c1-d76e02da4c17\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.7.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-01-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"44fdgqth3nnupiqwwb1vtts4ka.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-36-83-75","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkSecurityGroups/vm-01-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Compute/virtualMachines/vm-01"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm-02540","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540","etag":"W/\"21993c34-b5d5-4f59-a454-9d029f2d380a\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"4a669b33-d2ec-465c-8968-8c6d68fcc0c5","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1","etag":"W/\"21993c34-b5d5-4f59-a454-9d029f2d380a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.7.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-02-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"44fdgqth3nnupiqwwb1vtts4ka.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-30-70-22","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkSecurityGroups/vm-02-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Compute/virtualMachines/vm-02"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"aVMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic","etag":"W/\"1391908c-f1ad-4953-9909-319d4ddc92fa\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"ad720304-2c44-4706-95c8-19b21f162f79","ipConfigurations":[{"name":"ipconfiga","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga","etag":"W/\"1391908c-f1ad-4953-9909-319d4ddc92fa\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/aPublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"cd5godij43kejjlr0tcsqbsckh.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/aNSG"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"start-1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic","etag":"W/\"d273d36c-179c-4644-b606-8b6219c7f6a5\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a4bf8a33-2737-46b6-91fc-e7b335c8f957","ipConfigurations":[{"name":"ipconfigstart-1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1","etag":"W/\"d273d36c-179c-4644-b606-8b6219c7f6a5\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/start-1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-17-80","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/start-1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Compute/virtualMachines/start-1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"pyvmextnic15a60f10","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_compute_test_vm_extensions15a60f10/providers/Microsoft.Network/networkInterfaces/pyvmextnic15a60f10","etag":"W/\"f3e14d8d-009e-4a1c-9540-184aacb71166\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"24a1db82-87d6-4258-8281-db423e1d6a9e","ipConfigurations":[{"name":"pyarmconfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_compute_test_vm_extensions15a60f10/providers/Microsoft.Network/networkInterfaces/pyvmextnic15a60f10/ipConfigurations/pyarmconfig","etag":"W/\"f3e14d8d-009e-4a1c-9540-184aacb71166\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_compute_test_vm_extensions15a60f10/providers/Microsoft.Network/virtualNetworks/pyvmextnet15a60f10/subnets/pyvmextsub15a60f10"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"m45dve4iaz3uliden4mw3qsqod.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-3B-D3-41","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_compute_test_vm_extensions15a60f10/providers/Microsoft.Compute/virtualMachines/pyvmextvm15a60f10"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"pynicb046129e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e","etag":"W/\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"fe1dbcae-6e61-446d-8a60-934d6633b35b","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig","etag":"W/\"f1b95c75-0354-41ba-83ed-81ee0999c6ca\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"x4henm4vuofuphji0uiipf1zue.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zimsvm64","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64","etag":"W/\"424fad23-e124-4cd4-99ac-08d4bc1922f0\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"12f5071f-0b35-4148-9ac0-7216d5d82553","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1","etag":"W/\"424fad23-e124-4cd4-99ac-08d4bc1922f0\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.8.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/publicIPAddresses/zimsvm-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"gruxbvaiqdyunp5kzbfi4wi4yd.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-36-78-C1","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Compute/virtualMachines/zimsvm"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhlinux359","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359","etag":"W/\"46ae9efb-f525-4c4e-a9be-c62c588d5f9b\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"f9b28136-8dab-423d-9091-33210eccc288","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1","etag":"W/\"46ae9efb-f525-4c4e-a9be-c62c588d5f9b\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.4.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhlinux-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"tz4zcgygejzedk5dtuntfbct0h.bx.internal.cloudapp.net"},"macAddress":"00-0D-3A-54-09-6E","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhlinux"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhtestvm638","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638","etag":"W/\"f0b2b81c-fc36-4cc8-897a-c6ab8e7144a1\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"e6a3accb-1e48-4fb7-bb66-161f0d50e6c7","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1","etag":"W/\"f0b2b81c-fc36-4cc8-897a-c6ab8e7144a1\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.4.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestvm-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-10-D9-B3","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhtestvm-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhtestvm"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhubuntu26","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26","etag":"W/\"fbd94511-2e10-4fef-84ed-29e2b2a8ac86\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"81443a59-3f65-4a92-90c6-9e3f05e48f7c","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1","etag":"W/\"fbd94511-2e10-4fef-84ed-29e2b2a8ac86\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhUbuntu-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-55-26-74","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhUbuntu-nsg"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm22523","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523","etag":"W/\"cb1a4fc0-7fab-437f-b5b6-2c1bdea2251c\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"a3258816-793d-4b67-917f-ecd46735d922","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1","etag":"W/\"cb1a4fc0-7fab-437f-b5b6-2c1bdea2251c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.4.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/publicIPAddresses/vm22-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-85-12-9D","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Compute/virtualMachines/vm22"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng-ubuntu388","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388","etag":"W/\"732cea5d-db2a-4564-9ed8-7f1d2d99a46e\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"c57553b2-64cf-4cf5-8f82-0d8e9f033192","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1","etag":"W/\"732cea5d-db2a-4564-9ed8-7f1d2d99a46e\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.7.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-ubuntu-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-78-DD","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-ubuntu-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Compute/virtualMachines/feng-ubuntu"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"jlvmwin1184","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184","etag":"W/\"447e5c05-f50d-4db9-b916-de48795a7608\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9f67d029-e4a2-4011-a328-6fc7b3bad722","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1","etag":"W/\"447e5c05-f50d-4db9-b916-de48795a7608\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.5.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/publicIPAddresses/jlvmwin1-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-79-79","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Compute/virtualMachines/jlvmwin1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yugangw1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic","etag":"W/\"242894a5-aa6b-43f6-b5f0-be9d0bde48c6\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0ae03145-7282-4c29-97ba-94c954cf5550","ipConfigurations":[{"name":"ipconfigyugangw1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1","etag":"W/\"242894a5-aa6b-43f6-b5f0-be9d0bde48c6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"jecaegluw31exfan0jeixyf2jc.ix.internal.cloudapp.net"},"macAddress":"00-0D-3A-A2-33-47","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Compute/virtualMachines/yugangw1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhwin154","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154","etag":"W/\"9afdb254-3b49-4931-a7ca-ae01889a107a\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9bd34bc5-6f44-4e98-89bd-ea08f8095294","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1","etag":"W/\"9afdb254-3b49-4931-a7ca-ae01889a107a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWin-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-A2-9B-01","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWin-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhWin"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"lks1.nic.7f9003f5-5e86-42b9-9979-80a9797cf484","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/lks1.nic.7f9003f5-5e86-42b9-9979-80a9797cf484","etag":"W/\"e003152b-5900-4cec-b700-e07f88af632d\"","properties":{"provisioningState":"Succeeded","resourceGuid":"b6a42b0e-dd0e-47f2-bd46-5e345ca749fc","ipConfigurations":[{"name":"lks1_ipconfig_0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/lks1.nic.7f9003f5-5e86-42b9-9979-80a9797cf484/ipConfigurations/lks1_ipconfig_0","etag":"W/\"e003152b-5900-4cec-b700-e07f88af632d\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"qoy2lv2czybuhevorvq0mrpqrc.gx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"privateLinkService":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/privateLinkServices/lks1"}},"type":"Microsoft.Network/networkInterfaces"},{"name":"pe1.nic.42302fcd-0ffa-4e8d-8094-9f06c8639a3e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/pe1.nic.42302fcd-0ffa-4e8d-8094-9f06c8639a3e","etag":"W/\"3b8ae29d-153d-4dcd-9a17-d846b50a8121\"","properties":{"provisioningState":"Succeeded","resourceGuid":"c2ada8e6-a192-4d0c-a07d-452a851fe03f","ipConfigurations":[{"name":"privateEndpointIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/pe1.nic.42302fcd-0ffa-4e8d-8094-9f06c8639a3e/ipConfigurations/privateEndpointIpConfig","etag":"W/\"3b8ae29d-153d-4dcd-9a17-d846b50a8121\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.2.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet2"},"primary":true,"privateIPAddressVersion":"IPv4","privateLinkConnectionProperties":{"groupId":"","requiredMemberName":"","fqdns":[]}}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"qoy2lv2czybuhevorvq0mrpqrc.gx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/privateEndpoints/pe1"}},"type":"Microsoft.Network/networkInterfaces"},{"name":"test_vm1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic","etag":"W/\"86d951c9-c84f-4214-8066-76b125139932\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1b8b3641-fc9b-421d-ad9f-0148955733c0","ipConfigurations":[{"name":"ipconfigtest_vm1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1","etag":"W/\"86d951c9-c84f-4214-8066-76b125139932\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"bpy4eesldc1ebii0hxdhcyxiqc.gx.internal.cloudapp.net"},"macAddress":"00-0D-3A-97-89-CD","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Compute/virtualMachines/test_vm1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"test_vm2VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic","etag":"W/\"367659e0-c8da-44ed-8974-b74d8fd43647\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"7dcdeea4-5af1-497b-89a5-be1d32487b7f","ipConfigurations":[{"name":"ipconfigtest_vm2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2","etag":"W/\"367659e0-c8da-44ed-8974-b74d8fd43647\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm2PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"bpy4eesldc1ebii0hxdhcyxiqc.gx.internal.cloudapp.net"},"macAddress":"00-0D-3A-97-81-3B","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm2NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Compute/virtualMachines/test_vm2"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db","etag":"W/\"3bbee30b-95f7-405e-8381-1d9abf9b4c0a\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"724714f7-43b7-4ffc-998f-9c65823ba090","ipConfigurations":[{"name":"sdfsdfsdf_ipconfig_0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db/ipConfigurations/sdfsdfsdf_ipconfig_0","etag":"W/\"3bbee30b-95f7-405e-8381-1d9abf9b4c0a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.1.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"xqkjibutxwqupf1ofzivpcrmoc.gx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"privateLinkService":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/privateLinkServices/sdfsdfsdf"}},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhcentos285","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285","etag":"W/\"624add92-0972-43f9-acc0-940c129b40c2\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"68322b51-ca64-42a4-9320-d0c1e79be92b","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1","etag":"W/\"624add92-0972-43f9-acc0-940c129b40c2\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.3.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOSip151"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-92-AF-02","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOSnsg814"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhwindows2016246","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246","etag":"W/\"0fccc225-356c-4ac3-9b19-3655145b924c\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"889673be-6ac0-44ce-b815-9b68d2bc8268","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1","etag":"W/\"0fccc225-356c-4ac3-9b19-3655145b924c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.3.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWindows2016-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-96-A2-2A","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWindows2016-nsg"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm-storage-sku-testVMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkInterfaces/vm-storage-sku-testVMNic","etag":"W/\"80e84427-5292-4292-a843-4d1a1e4470d4\"","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a164a80c-d348-4802-9a85-12c1e616ce6e","ipConfigurations":[{"name":"ipconfigvm-storage-sku-test","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkInterfaces/vm-storage-sku-testVMNic/ipConfigurations/ipconfigvm-storage-sku-test","etag":"W/\"80e84427-5292-4292-a843-4d1a1e4470d4\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/publicIPAddresses/vm-storage-sku-testPublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/virtualNetworks/vm-storage-sku-testVNET/subnets/vm-storage-sku-testSubnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG"},"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Compute/virtualMachines/vm-storage-sku-test"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98","etag":"W/\"3d1f7ae5-7539-4e68-932e-51c477ef91b3\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"eb3d07ad-0fb9-4c18-8754-cd996f1d6553","ipConfigurations":[{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98","etag":"W/\"3d1f7ae5-7539-4e68-932e-51c477ef91b3\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"192.168.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/publicIPAddresses/fooziipy98"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98/subnets/fooziipy98"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-02-48-1D","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Compute/virtualMachines/fooziipy98"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99","etag":"W/\"c28bce2e-56ae-4edc-b659-2254cfbf3eec\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"0b41838c-3baa-45aa-bfc1-7bfdfefed133","ipConfigurations":[{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99","etag":"W/\"c28bce2e-56ae-4edc-b659-2254cfbf3eec\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"192.168.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/publicIPAddresses/fooziipy99"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99/subnets/fooziipy99"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-02-C5-15","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkSecurityGroups/fooziipy99"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Compute/virtualMachines/fooziipy99"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"anf-sdk-vnet-nic-VLB5RZ","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ","etag":"W/\"a4268957-31af-497a-8856-8d01bdafff95\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"22a0f747-010a-4888-a399-437e428797e3","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ/ipConfigurations/ipconfig1","etag":"W/\"a4268957-31af-497a-8856-8d01bdafff95\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.6.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"mouto3xzohwuvec1rqhuv1kfxb.xx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"linkedResourceType":"Microsoft.Netapp/volumes","primary":true,"hostedWorkloads":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"}]}' + string: '{"value":[{"name":"my-nic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/networkInterfaces/my-nic","etag":"W/\"7d32b2fa-38fc-47df-9f9a-9bfcd1ec9ca6\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"5f56da15-a356-48fd-b9d4-535bc8bfc11e","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/networkInterfaces/my-nic/ipConfigurations/ipconfig1","etag":"W/\"7d32b2fa-38fc-47df-9f9a-9bfcd1ec9ca6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/publicIPAddresses/my-pip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet1"},"primary":true,"privateIPAddressVersion":"IPv4"}},{"name":"my-ipconfig2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/networkInterfaces/my-nic/ipConfigurations/my-ipconfig2","etag":"W/\"7d32b2fa-38fc-47df-9f9a-9bfcd1ec9ca6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAllocationMethod":"Dynamic","privateIPAddressVersion":"IPv6"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"jc3c2y4kc3nudkeezw4ynvkzsa.dx.internal.cloudapp.net"},"macAddress":"00-0D-3A-5A-76-5A","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Compute/virtualMachines/vm1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng-rhel-8VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic","etag":"W/\"24c51a6b-b92a-4eb0-997e-277b74210e4a\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"e3a7c6f4-6867-4bc1-ad6f-8bf9f4051ff8","ipConfigurations":[{"name":"ipconfigfeng-rhel-8","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8","etag":"W/\"24c51a6b-b92a-4eb0-997e-277b74210e4a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-rhel-8PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-3C-A2","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-rhel-8NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Compute/virtualMachines/feng-rhel-8"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng_rhel_8VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic","etag":"W/\"8c7a1d3e-f54a-48e4-bf25-8f13b2176138\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a3c76119-0317-43f2-b8f5-73a7dbb8e9bd","ipConfigurations":[{"name":"ipconfigfeng_rhel_8","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8","etag":"W/\"8c7a1d3e-f54a-48e4-bf25-8f13b2176138\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng_rhel_8PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"udqd5j0cpk2ujjmd4ykldlf42c.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng_rhel_8NSG"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm-01543","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543","etag":"W/\"6a35faf1-ace8-4e48-8ce4-6a4dc92fee31\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"36c07bd9-5047-4484-a724-382fbaaeaccb","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1","etag":"W/\"6a35faf1-ace8-4e48-8ce4-6a4dc92fee31\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.7.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-01-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-83-75","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkSecurityGroups/vm-01-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Compute/virtualMachines/vm-01"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm-02540","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540","etag":"W/\"33236fe9-ed07-4ecd-895d-9876bde4a86c\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"4a669b33-d2ec-465c-8968-8c6d68fcc0c5","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1","etag":"W/\"33236fe9-ed07-4ecd-895d-9876bde4a86c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.7.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-02-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-30-70-22","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkSecurityGroups/vm-02-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Compute/virtualMachines/vm-02"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"aVMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic","etag":"W/\"1391908c-f1ad-4953-9909-319d4ddc92fa\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"ad720304-2c44-4706-95c8-19b21f162f79","ipConfigurations":[{"name":"ipconfiga","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga","etag":"W/\"1391908c-f1ad-4953-9909-319d4ddc92fa\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/aPublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"cd5godij43kejjlr0tcsqbsckh.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/aNSG"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"start-1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic","etag":"W/\"2d50f092-1661-42c8-a0be-fa9e34cf0d90\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a4bf8a33-2737-46b6-91fc-e7b335c8f957","ipConfigurations":[{"name":"ipconfigstart-1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1","etag":"W/\"2d50f092-1661-42c8-a0be-fa9e34cf0d90\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/start-1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-17-80","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/start-1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Compute/virtualMachines/start-1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"pynicb046129e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e","etag":"W/\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"cf917f37-45a3-4673-bee6-8c3479bf3d6d","ipConfigurations":[{"name":"MyIpConfig","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/networkInterfaces/pynicb046129e/ipConfigurations/MyIpConfig","etag":"W/\"fb01daf1-9f6a-4200-bf20-9abd0b8fc16c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_interface_cardb046129e/providers/Microsoft.Network/virtualNetworks/pyvnetb046129e/subnets/pysubnetb046129e"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"zjan4z2ealuu5gq5ipjdgbjvoe.dx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yg-docker-v1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkInterfaces/yg-docker-v1VMNic","etag":"W/\"fb584921-6d60-4aa0-8560-6507dda20596\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"9e65ea26-9218-4c2f-9548-73a57c714dcc","ipConfigurations":[{"name":"ipconfigyg-docker-v1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkInterfaces/yg-docker-v1VMNic/ipConfigurations/ipconfigyg-docker-v1","etag":"W/\"fb584921-6d60-4aa0-8560-6507dda20596\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/publicIPAddresses/yg-docker-v1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/virtualNetworks/yg-docker-v1VNET/subnets/yg-docker-v1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-59-AB-9B","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Compute/virtualMachines/yg-docker-v1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yg-1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkInterfaces/yg-1VMNic","etag":"W/\"da3fe478-7c9d-4da7-82d2-0223c0dd65a4\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"c2a8afff-f300-413e-a053-b498916641d6","ipConfigurations":[{"name":"ipconfigyg-1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkInterfaces/yg-1VMNic/ipConfigurations/ipconfigyg-1","etag":"W/\"da3fe478-7c9d-4da7-82d2-0223c0dd65a4\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/publicIPAddresses/yg-1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/virtualNetworks/yg-1VNET/subnets/yg-1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-32-55-EC","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Compute/virtualMachines/yg-1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zimsvm64","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64","etag":"W/\"ecabd2b0-4126-4dde-871c-52ac60c3d3dd\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"12f5071f-0b35-4148-9ac0-7216d5d82553","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1","etag":"W/\"ecabd2b0-4126-4dde-871c-52ac60c3d3dd\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.8.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/publicIPAddresses/zimsvm-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-36-78-C1","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Compute/virtualMachines/zimsvm"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkInterfaces/vm1VMNic","etag":"W/\"d53f1133-23c3-4f56-a0cf-5bf66b69ba34\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"fe8641e2-ac2e-4840-b1a0-c1f67473d040","ipConfigurations":[{"name":"ipconfigvm1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkInterfaces/vm1VMNic/ipConfigurations/ipconfigvm1","etag":"W/\"d53f1133-23c3-4f56-a0cf-5bf66b69ba34\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vm1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/virtualNetworks/vm1VNET/subnets/vm1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-8B-D0-B5","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhlinux359","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359","etag":"W/\"3479e18b-976d-4214-aa65-027a390a558c\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"f9b28136-8dab-423d-9091-33210eccc288","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1","etag":"W/\"3479e18b-976d-4214-aa65-027a390a558c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.4.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhlinux-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"tz4zcgygejzedk5dtuntfbct0h.bx.internal.cloudapp.net"},"macAddress":"00-0D-3A-54-09-6E","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhlinux"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhtestvm638","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638","etag":"W/\"60b4b30a-1880-463e-b180-19e009fe7799\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"e6a3accb-1e48-4fb7-bb66-161f0d50e6c7","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1","etag":"W/\"60b4b30a-1880-463e-b180-19e009fe7799\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.4.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestvm-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"tz4zcgygejzedk5dtuntfbct0h.bx.internal.cloudapp.net"},"macAddress":"00-0D-3A-10-D9-B3","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhtestvm-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhtestvm"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhubuntu26","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26","etag":"W/\"fbd94511-2e10-4fef-84ed-29e2b2a8ac86\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"81443a59-3f65-4a92-90c6-9e3f05e48f7c","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1","etag":"W/\"fbd94511-2e10-4fef-84ed-29e2b2a8ac86\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhUbuntu-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-55-26-74","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhUbuntu-nsg"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhubuntu756","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu756","etag":"W/\"1fa6ec94-8e6f-4592-8b10-ef7165f21044\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"b1526c6e-b852-4cff-ace9-4905163f8cab","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu756/ipConfigurations/ipconfig1","etag":"W/\"1fa6ec94-8e6f-4592-8b10-ef7165f21044\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.4.0.6","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhubuntuip863"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-8B-89-AE","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhubuntu"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng-centos-8359","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-centos-8359","etag":"W/\"eb9285db-bc26-403e-8a85-3511ff59d229\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"2c75771e-c62e-46dd-9f1a-a8af85fcad5a","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-centos-8359/ipConfigurations/ipconfig1","etag":"W/\"eb9285db-bc26-403e-8a85-3511ff59d229\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.10.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-centos-8-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet395/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-82-34-B1","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Compute/virtualMachines/feng-centos-8"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"vm22523","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523","etag":"W/\"63733655-d1ab-4367-97ae-72971514aa95\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"a3258816-793d-4b67-917f-ecd46735d922","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1","etag":"W/\"63733655-d1ab-4367-97ae-72971514aa95\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.4.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/publicIPAddresses/vm22-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-85-12-9D","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Compute/virtualMachines/vm22"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"feng-ubuntu388","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388","etag":"W/\"1697de4d-2646-4720-90fe-e62139909d0f\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"c57553b2-64cf-4cf5-8f82-0d8e9f033192","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1","etag":"W/\"1697de4d-2646-4720-90fe-e62139909d0f\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.7.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-ubuntu-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-78-DD","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-ubuntu-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Compute/virtualMachines/feng-ubuntu"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"jlvmwin1184","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184","etag":"W/\"0d0cb91e-e90c-4056-b4ca-f15108582696\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9f67d029-e4a2-4011-a328-6fc7b3bad722","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1","etag":"W/\"0d0cb91e-e90c-4056-b4ca-f15108582696\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.5.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/publicIPAddresses/jlvmwin1-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-79-79","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Compute/virtualMachines/jlvmwin1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"jajajVMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/jajajVMNic","etag":"W/\"1e07fa28-2559-4b7e-9f39-4c5d4208b8ad\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1ab19e19-04e4-4254-b7f4-608272875814","ipConfigurations":[{"name":"ipconfigjajaj","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/jajajVMNic/ipConfigurations/ipconfigjajaj","etag":"W/\"1e07fa28-2559-4b7e-9f39-4c5d4208b8ad\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/jajajPublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-E4-B9","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Compute/virtualMachines/jajaj"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yugangw-v1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v1VMNic","etag":"W/\"3c16628a-488a-47a8-844f-5e315874a951\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3583b497-15ba-4d11-af54-597a9daef9f8","ipConfigurations":[{"name":"ipconfigyugangw-v1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v1VMNic/ipConfigurations/ipconfigyugangw-v1","etag":"W/\"3c16628a-488a-47a8-844f-5e315874a951\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.6","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw-v1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-EE-FF","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Compute/virtualMachines/yugangw-v1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yugangw-v2VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v2VMNic","etag":"W/\"9ca0643c-3bd7-4004-8bc3-9cb4e35648df\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3aa490a0-e909-49fe-9c62-c218bfdf0ed5","ipConfigurations":[{"name":"ipconfigyugangw-v2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v2VMNic/ipConfigurations/ipconfigyugangw-v2","etag":"W/\"9ca0643c-3bd7-4004-8bc3-9cb4e35648df\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.7","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw-v2PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-08-D3-AD","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Compute/virtualMachines/yugangw-v2"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"yugangw1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic","etag":"W/\"89f7a163-cbbd-413c-b104-71b33a215e50\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0ae03145-7282-4c29-97ba-94c954cf5550","ipConfigurations":[{"name":"ipconfigyugangw1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1","etag":"W/\"89f7a163-cbbd-413c-b104-71b33a215e50\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-A2-33-47","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Compute/virtualMachines/yugangw1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhwin154","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154","etag":"W/\"cd5329c3-55de-4bf8-b1b5-540264eb5af4\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9bd34bc5-6f44-4e98-89bd-ea08f8095294","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1","etag":"W/\"cd5329c3-55de-4bf8-b1b5-540264eb5af4\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWin-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-A2-9B-01","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWin-nsg"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Compute/virtualMachines/zuhWin"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"test_vm1VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic","etag":"W/\"90617cfd-318c-494b-84ab-56b2f3864123\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1b8b3641-fc9b-421d-ad9f-0148955733c0","ipConfigurations":[{"name":"ipconfigtest_vm1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1","etag":"W/\"90617cfd-318c-494b-84ab-56b2f3864123\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm1PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-97-89-CD","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm1NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Compute/virtualMachines/test_vm1"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"test_vm2VMNic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic","etag":"W/\"5fa093d7-0e00-43d2-991f-9b972c07a375\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"7dcdeea4-5af1-497b-89a5-be1d32487b7f","ipConfigurations":[{"name":"ipconfigtest_vm2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2","etag":"W/\"5fa093d7-0e00-43d2-991f-9b972c07a375\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.0.0.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm2PublicIP"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-97-81-3B","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm2NSG"},"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Compute/virtualMachines/test_vm2"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db","etag":"W/\"3bbee30b-95f7-405e-8381-1d9abf9b4c0a\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"724714f7-43b7-4ffc-998f-9c65823ba090","ipConfigurations":[{"name":"sdfsdfsdf_ipconfig_0","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db/ipConfigurations/sdfsdfsdf_ipconfig_0","etag":"W/\"3bbee30b-95f7-405e-8381-1d9abf9b4c0a\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.1.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"xqkjibutxwqupf1ofzivpcrmoc.gx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"hostedWorkloads":[],"tapConfigurations":[],"privateLinkService":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/privateLinkServices/sdfsdfsdf"}},"type":"Microsoft.Network/networkInterfaces"},{"name":"aadds-1799b95e96fa4c7e88320a10725b68b0-nic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-1799b95e96fa4c7e88320a10725b68b0-nic","etag":"W/\"eb9dda0f-fc81-49c9-8f23-57ccfcccd051\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"f7efcb52-e3a7-4085-b7f3-2734e553cdd8","ipConfigurations":[{"name":"ESO7-WEOMJMH2RYIpcfg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-1799b95e96fa4c7e88320a10725b68b0-nic/ipConfigurations/ESO7-WEOMJMH2RYIpcfg","etag":"W/\"eb9dda0f-fc81-49c9-8f23-57ccfcccd051\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.9.5","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/aadds-vnet/subnets/aadds-subnet"},"primary":true,"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/backendAddressPools/CGSTWAMT8YUPCGTBe"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/ESO7-WEOMJMH2RYPsh"}]}}],"dnsSettings":{"dnsServers":["10.2.9.5"],"appliedDnsServers":["10.2.9.4","10.2.9.5"],"internalDomainNameSuffix":"y3je4p5l4mgenfwpdgcpsl5cdc.gx.internal.cloudapp.net"},"macAddress":"00-0D-3A-3F-DC-0F","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Cust-A-z-u-r-e-S-D-K-T-e-a-875a4f86-6114-4a9d-9527-a92ef449ec74/providers/Microsoft.Compute/virtualMachines/ESO7-WEOMJMH2RY.585dd9dc"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"aadds-d816a801a58142eda93ab7babae594cd-nic","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic","etag":"W/\"853c4b7b-7c7b-41a1-b741-eb755c2a25dd\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"43ecd02f-b633-4dbe-a2c8-5f08c704c85f","ipConfigurations":[{"name":"I3I30QPNIN9G0JQIpcfg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic/ipConfigurations/I3I30QPNIN9G0JQIpcfg","etag":"W/\"853c4b7b-7c7b-41a1-b741-eb755c2a25dd\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.9.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/aadds-vnet/subnets/aadds-subnet"},"primary":true,"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/backendAddressPools/CGSTWAMT8YUPCGTBe"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQPsh"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/inboundNatRules/I3I30QPNIN9G0JQHttps"}]}}],"dnsSettings":{"dnsServers":["10.2.9.4"],"appliedDnsServers":["10.2.9.4","10.2.9.5"],"internalDomainNameSuffix":"y3je4p5l4mgenfwpdgcpsl5cdc.gx.internal.cloudapp.net"},"macAddress":"00-0D-3A-96-E3-B2","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Cust-A-z-u-r-e-S-D-K-T-e-a-875a4f86-6114-4a9d-9527-a92ef449ec74/providers/Microsoft.Compute/virtualMachines/I3I30QPNIN9G0JQ.585dd9dc"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhcentos285","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285","etag":"W/\"624add92-0972-43f9-acc0-940c129b40c2\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"68322b51-ca64-42a4-9320-d0c1e79be92b","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1","etag":"W/\"624add92-0972-43f9-acc0-940c129b40c2\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.3.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOSip151"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-92-AF-02","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOSnsg814"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"zuhwindows2016246","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246","etag":"W/\"0fccc225-356c-4ac3-9b19-3655145b924c\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"889673be-6ac0-44ce-b815-9b68d2bc8268","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1","etag":"W/\"0fccc225-356c-4ac3-9b19-3655145b924c\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.2.3.5","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWindows2016-ip"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-96-A2-2A","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWindows2016-nsg"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98","etag":"W/\"7781efb9-8b87-4d6f-9902-8a87a8e3c130\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"eb3d07ad-0fb9-4c18-8754-cd996f1d6553","ipConfigurations":[{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98","etag":"W/\"7781efb9-8b87-4d6f-9902-8a87a8e3c130\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"192.168.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/publicIPAddresses/fooziipy98"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98/subnets/fooziipy98"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-02-48-1D","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99","etag":"W/\"21eb504c-0a65-42bd-8c38-f2617aee1599\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"0b41838c-3baa-45aa-bfc1-7bfdfefed133","ipConfigurations":[{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99","etag":"W/\"21eb504c-0a65-42bd-8c38-f2617aee1599\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"192.168.1.4","privateIPAllocationMethod":"Dynamic","publicIPAddress":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/publicIPAddresses/fooziipy99"},"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99/subnets/fooziipy99"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-02-C5-15","enableAcceleratedNetworking":false,"enableIPForwarding":false,"networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkSecurityGroups/fooziipy99"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"nicauxitest78f62438","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/networkInterfaces/nicauxitest78f62438","etag":"W/\"ca9a43f5-56b3-4bfe-a5b9-401d8926fea6\"","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"7f89d1d0-28af-461a-8114-fcbc243f4be5","ipConfigurations":[{"name":"primary","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/networkInterfaces/nicauxitest78f62438/ipConfigurations/primary","etag":"W/\"ca9a43f5-56b3-4bfe-a5b9-401d8926fea6\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.1.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/virtualNetworks/vnet75423abe6b/subnets/subnet1"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[]},"macAddress":"00-0D-3A-7A-6F-3A","enableAcceleratedNetworking":false,"enableIPForwarding":false,"primary":true,"virtualMachine":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Compute/virtualMachines/auxitest"},"hostedWorkloads":[],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"},{"name":"anf-sdk-vnet-nic-VLB5RZ","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ","etag":"W/\"a4268957-31af-497a-8856-8d01bdafff95\"","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"22a0f747-010a-4888-a399-437e428797e3","ipConfigurations":[{"name":"ipconfig1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ/ipConfigurations/ipconfig1","etag":"W/\"a4268957-31af-497a-8856-8d01bdafff95\"","type":"Microsoft.Network/networkInterfaces/ipConfigurations","properties":{"provisioningState":"Succeeded","privateIPAddress":"10.6.0.4","privateIPAllocationMethod":"Dynamic","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default"},"primary":true,"privateIPAddressVersion":"IPv4"}}],"dnsSettings":{"dnsServers":[],"appliedDnsServers":[],"internalDomainNameSuffix":"mouto3xzohwuvec1rqhuv1kfxb.xx.internal.cloudapp.net"},"macAddress":"","enableAcceleratedNetworking":false,"enableIPForwarding":false,"linkedResourceType":"Microsoft.Netapp/volumes","primary":true,"hostedWorkloads":["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.NetApp/netAppAccounts/sdk-py-tests-acc-1/capacityPools/sdk-py-tests-pool-1/volumes/sdk-py-tests-vol-1"],"tapConfigurations":[]},"type":"Microsoft.Network/networkInterfaces"}]}' headers: cache-control: - no-cache content-length: - - '48121' + - '62437' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:08:54 GMT + - Fri, 08 Nov 2019 03:18:21 GMT expires: - '-1' pragma: @@ -675,13 +675,13 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 708954fd-574a-485c-9571-a634f176593e - - 31242f3e-9a69-401e-8c2d-b7bb3f3c7d22 - - 5c2a4df9-48ee-4dd5-9f9f-b1f491bb231a - - 264cc56c-5a4c-45f1-900f-936efd0161cd - - 6e6e6091-9cea-4960-9f66-108debc275d1 - - f3d10d4b-a6d9-4f2e-b6e6-64516f1a8354 - - aba94bcd-2d96-4c1c-8994-4de5a7fb8328 + - 17d0e6d8-82ae-4099-b1e8-96a60799dc53 + - abdbd409-8453-4510-a68b-dfc86a52b124 + - af95db17-1bb0-4a64-88ae-d6c825ec507e + - 9da9424a-4bca-4dc4-9519-d967c03d335e + - 8441bb87-5c1a-458b-a1d2-80c835b3e488 + - 2c28878c-a328-4e41-8233-60bb5fe1bacc + - 95a5303d-71f0-479d-b097-d29c532f6bc7 status: code: 200 message: OK @@ -698,7 +698,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -708,17 +708,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/babbc11d-4324-4878-86dd-85df7d2561c3?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b293f0c7-d954-462b-b271-f7972b211b81?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:08:55 GMT + - Fri, 08 Nov 2019 03:18:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/babbc11d-4324-4878-86dd-85df7d2561c3?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b293f0c7-d954-462b-b271-f7972b211b81?api-version=2019-09-01 pragma: - no-cache server: @@ -729,7 +729,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ec529651-ad90-44ad-acc2-5bf8047ca01d + - 8f8e6f15-1055-4065-a5c2-2e756ac98c5e x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -746,9 +746,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/babbc11d-4324-4878-86dd-85df7d2561c3?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b293f0c7-d954-462b-b271-f7972b211b81?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -760,7 +760,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:26 GMT + - Fri, 08 Nov 2019 03:18:52 GMT expires: - '-1' pragma: @@ -777,7 +777,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - abb657a8-d590-4ee5-8db3-5338c9ba2978 + - d2442858-2bbe-41ed-beb3-dee247fe12ca status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml index ae87810ca035..b50675c3c4b8 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_network_security_groups.yaml @@ -17,7 +17,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -25,13 +25,13 @@ interactions: response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"e27f296d-8a46-499c-9b5a-fca4878210c6\",\r\n \ + ,\r\n \"resourceGuid\": \"e68789d0-bc18-4cf1-858f-05aeaafd5d6c\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -44,7 +44,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -57,7 +57,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -70,7 +70,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -82,7 +82,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -95,7 +95,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -108,7 +108,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"17484af3-6a03-49c5-ae72-3a2fdf917064\\\"\"\ + ,\r\n \"etag\": \"W/\\\"1c8c82c9-f0b2-42fa-90f7-f77433b815e6\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -121,7 +121,7 @@ interactions: : []\r\n }\r\n }\r\n ]\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2fec0f55-e689-4170-a513-25387ec49726?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/10a73fd7-c510-4c28-94a2-befaf0bc92d3?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:41 GMT + - Fri, 08 Nov 2019 03:19:09 GMT expires: - '-1' pragma: @@ -142,9 +142,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 12538c26-6867-47af-9ed2-ffd0ee32f6a0 + - 00736c35-1de9-470a-85a8-3a1ca7e04b58 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -159,9 +159,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2fec0f55-e689-4170-a513-25387ec49726?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/10a73fd7-c510-4c28-94a2-befaf0bc92d3?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -173,7 +173,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:45 GMT + - Fri, 08 Nov 2019 03:19:13 GMT expires: - '-1' pragma: @@ -190,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a7fe36cc-e849-4ff0-839f-641fbdba5493 + - bab404bd-4359-4883-be42-fbb181f9aa13 status: code: 200 message: OK @@ -205,19 +205,19 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"e27f296d-8a46-499c-9b5a-fca4878210c6\",\r\n \ + ,\r\n \"resourceGuid\": \"e68789d0-bc18-4cf1-858f-05aeaafd5d6c\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -230,7 +230,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -243,7 +243,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -256,7 +256,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -268,7 +268,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -281,7 +281,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -294,7 +294,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -313,9 +313,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:46 GMT + - Fri, 08 Nov 2019 03:19:14 GMT etag: - - W/"a5bda48e-6700-460b-bd33-c6019913f435" + - W/"4dc6f2de-8c71-4300-8435-6248f17158e0" expires: - '-1' pragma: @@ -332,7 +332,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e437fc1e-4a61-4239-998c-b41cc5ecb474 + - 7b88977b-9cfb-476e-8430-10b1e49897f9 status: code: 200 message: OK @@ -347,7 +347,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -355,13 +355,13 @@ interactions: response: body: string: "{\r\n \"name\": \"pysecgroupc575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"e27f296d-8a46-499c-9b5a-fca4878210c6\",\r\n \ + ,\r\n \"resourceGuid\": \"e68789d0-bc18-4cf1-858f-05aeaafd5d6c\",\r\n \ \ \"securityRules\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -374,7 +374,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\": [\r\ \n {\r\n \"name\": \"AllowVnetInBound\",\r\n \"id\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from all VMs in VNET\"\ @@ -387,7 +387,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowAzureLoadBalancerInBound\",\r\ \n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow inbound traffic from azure load balancer\"\ @@ -400,7 +400,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllInBound\",\r\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all inbound traffic\",\r\n \ @@ -412,7 +412,7 @@ interactions: : [],\r\n \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\": \"AllowVnetOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to all\ @@ -425,7 +425,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"AllowInternetOutBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Allow outbound traffic from all VMs to Internet\"\ @@ -438,7 +438,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n \ \ },\r\n {\r\n \"name\": \"DenyAllOutBound\",\r\n \"\ id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Deny all outbound traffic\",\r\n \ @@ -457,9 +457,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:46 GMT + - Fri, 08 Nov 2019 03:19:13 GMT etag: - - W/"a5bda48e-6700-460b-bd33-c6019913f435" + - W/"4dc6f2de-8c71-4300-8435-6248f17158e0" expires: - '-1' pragma: @@ -476,7 +476,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dbe0dc29-825c-41b4-a6f5-75b7c4d67bb1 + - be1b1b88-8602-4d9e-8c38-c1b84c98375c status: code: 200 message: OK @@ -491,7 +491,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -500,13 +500,13 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysecgroupc575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups\",\r\n \"\ location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"e27f296d-8a46-499c-9b5a-fca4878210c6\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"e68789d0-bc18-4cf1-858f-05aeaafd5d6c\"\ ,\r\n \"securityRules\": [\r\n {\r\n \"name\":\ \ \"pysecgrouprulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Test security rule\"\ @@ -520,7 +520,7 @@ interactions: : []\r\n }\r\n }\r\n ],\r\n \"defaultSecurityRules\"\ : [\r\n {\r\n \"name\": \"AllowVnetInBound\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow inbound traffic\ @@ -534,7 +534,7 @@ interactions: sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowAzureLoadBalancerInBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow inbound traffic\ @@ -548,7 +548,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\ \n },\r\n {\r\n \"name\": \"DenyAllInBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Deny all inbound traffic\"\ @@ -561,7 +561,7 @@ interactions: \ \"sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowVnetOutBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow outbound traffic\ @@ -575,7 +575,7 @@ interactions: sourceAddressPrefixes\": [],\r\n \"destinationAddressPrefixes\"\ : []\r\n }\r\n },\r\n {\r\n \"name\"\ : \"AllowInternetOutBound\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Allow outbound traffic\ @@ -589,7 +589,7 @@ interactions: : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\ \n },\r\n {\r\n \"name\": \"DenyAllOutBound\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound\"\ - ,\r\n \"etag\": \"W/\\\"a5bda48e-6700-460b-bd33-c6019913f435\\\"\ + ,\r\n \"etag\": \"W/\\\"4dc6f2de-8c71-4300-8435-6248f17158e0\\\"\ \",\r\n \"type\": \"Microsoft.Network/networkSecurityGroups/defaultSecurityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"description\": \"Deny all outbound traffic\"\ @@ -610,7 +610,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:46 GMT + - Fri, 08 Nov 2019 03:19:14 GMT expires: - '-1' pragma: @@ -627,7 +627,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 220d4604-9eeb-4e0b-8e20-97fd6ab0b5c7 + - 513fb253-3980-4100-9376-41f88f79e76d status: code: 200 message: OK @@ -642,7 +642,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -698,20 +698,38 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/start-1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"a18b1a09-c8cf-4934-ac8c-aae73335f0e4\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/start-1NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"a18b1a09-c8cf-4934-ac8c-aae73335f0e4\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkSecurityGroups/start-1NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"a18b1a09-c8cf-4934-ac8c-aae73335f0e4\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic"}]}},{"name":"pysecgroupc575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"e27f296d-8a46-499c-9b5a-fca4878210c6","securityRules":[{"name":"pysecgrouprulec575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Test - security rule","protocol":"Tcp","sourcePortRange":"655","destinationPortRange":"123-3500","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound","etag":"W/\"a5bda48e-6700-460b-bd33-c6019913f435\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"zimsvm-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d83ea86a-01f7-4bce-80ff-d9e6cb705f0a","securityRules":[],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic"}]}},{"name":"pysecgroupc575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"e68789d0-bc18-4cf1-858f-05aeaafd5d6c","securityRules":[{"name":"pysecgrouprulec575136b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","description":"Test + security rule","protocol":"Tcp","sourcePortRange":"655","destinationPortRange":"123-3500","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetInBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllInBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/defaultSecurityRules/DenyAllOutBound","etag":"W/\"4dc6f2de-8c71-4300-8435-6248f17158e0\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}]}},{"name":"yg-docker-v1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"062e0ce9-0de1-4fd2-a12e-2a3437d5db48","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/securityRules/default-allow-ssh","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkSecurityGroups/yg-docker-v1NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"84f90baf-5fcd-45de-9223-eae7b5a53558\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkInterfaces/yg-docker-v1VMNic"}]}},{"name":"yg-1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"c1920004-3a49-45fb-bea3-cdfd9f649afa","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/securityRules/default-allow-ssh","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkSecurityGroups/yg-1NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"89c53add-4eca-4348-b8cb-beff79962093\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkInterfaces/yg-1VMNic"}]}},{"name":"zimsvm-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d83ea86a-01f7-4bce-80ff-d9e6cb705f0a","securityRules":[],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkSecurityGroups/zimsvm-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"79ba3c82-00d0-4823-b8d9-6d2ceb54bc3a\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64"}]}},{"name":"zuhlinux-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"4068e122-56e9-48ef-aad1-b196d45cd374","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/securityRules/SSH","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"167.220.255.51","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64"}]}},{"name":"vm1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"974276d8-0c68-4a75-9279-ac7dfd39b67e","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/securityRules/default-allow-ssh","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkSecurityGroups/vm1NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"7b6b0b53-12b7-4ba0-af74-34501f1bc958\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkInterfaces/vm1VMNic"}]}},{"name":"zuhlinux-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"4068e122-56e9-48ef-aad1-b196d45cd374","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/securityRules/SSH","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"167.220.255.51","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhlinux-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"740e1da9-b224-42e3-ad23-902660795a13\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -729,7 +747,19 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhUbuntu-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"beb4fe9e-9be3-42d2-98a8-d54844490337\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhUbuntu-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"beb4fe9e-9be3-42d2-98a8-d54844490337\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhUbuntu-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"beb4fe9e-9be3-42d2-98a8-d54844490337\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26"}]}},{"name":"vm22-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"902181db-c84c-48d0-ba1f-bf12fcb4bbf0","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/securityRules/SSH","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"HTTPS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/securityRules/HTTPS","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":320,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26"}]}},{"name":"zuhubuntunsg476","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"4defdf78-8bee-4f8b-97b7-c28766065b00","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/securityRules/SSH","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/AllowVnetInBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/DenyAllInBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhubuntunsg476/defaultSecurityRules/DenyAllOutBound","etag":"W/\"a9a4e86c-071b-4ee8-94bb-c3a8a98941a6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu756"}]}},{"name":"feng-centos-8-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"5f92c9cc-1ea1-4003-9edf-726d4bed3b4b","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/securityRules/SSH","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-centos-8-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"e9b66d12-45ed-4b76-b8fe-f4042c6ee6f8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-centos-8359"}]}},{"name":"vm22-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"902181db-c84c-48d0-ba1f-bf12fcb4bbf0","securityRules":[{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/securityRules/SSH","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"HTTPS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/securityRules/HTTPS","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":320,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkSecurityGroups/vm22-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"065a0bde-908d-4f19-91b5-ab0b1785083d\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -741,13 +771,25 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-ubuntu-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"444b4dd6-0bde-46f7-aaf7-e81e9f748258\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-ubuntu-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"444b4dd6-0bde-46f7-aaf7-e81e9f748258\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkSecurityGroups/feng-ubuntu-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"444b4dd6-0bde-46f7-aaf7-e81e9f748258\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388"}]}},{"name":"jlvmwin1-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9b65c627-f3bc-4682-9f3f-37798414e70e","securityRules":[{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/securityRules/RDP","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"f7750996-3a70-41e1-b8c1-456e212982c5\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184"}]}},{"name":"yugangw1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1b94e33b-7f57-4b2f-aa0f-b3b7e606abdf","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/securityRules/default-allow-ssh","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388"}]}},{"name":"jlvmwin1-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9b65c627-f3bc-4682-9f3f-37798414e70e","securityRules":[{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/securityRules/RDP","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"354da8db-0028-45be-af85-d82f366770c8\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184"}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet/subnets/default"}]}},{"name":"yugangw-v1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"eae985d1-6b76-4a06-9d56-845630d90506","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/securityRules/default-allow-ssh","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v1NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"1a3b7e56-5ba5-48a1-9069-6e8edad3a2aa\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v1VMNic"}]}},{"name":"yugangw-v2NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"263e6672-093d-4b60-9a30-0baac19e9ddf","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/securityRules/default-allow-ssh","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw-v2NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"926fb697-9cac-4979-b6f9-aa5a20c5d2ac\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v2VMNic"}]}},{"name":"yugangw1NSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1b94e33b-7f57-4b2f-aa0f-b3b7e606abdf","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/securityRules/default-allow-ssh","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkSecurityGroups/yugangw1NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"68d9aec4-8def-4a87-a68e-5a2fbf4151e3\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -771,7 +813,13 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm2NSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"6e8a6876-2fcb-4c01-8150-b9dc8ab21f65\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm2NSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"6e8a6876-2fcb-4c01-8150-b9dc8ab21f65\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkSecurityGroups/test_vm2NSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"6e8a6876-2fcb-4c01-8150-b9dc8ab21f65\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic"}]}},{"name":"zuhCentOS-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"7d7c7686-a1be-4a06-9cc9-d5b003ecb6fd","securityRules":[{"name":"HTTP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/HTTP","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"80","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"HTTPS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/HTTPS","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":320,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/SSH","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":340,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/RDP","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":360,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic"}]}},{"name":"aadds-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"0565622d-ef1d-43d5-8e23-801a5d5e4dec","securityRules":[{"name":"AllowSyncWithAzureAD","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/securityRules/AllowSyncWithAzureAD","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"AzureActiveDirectoryDomainServices","destinationAddressPrefix":"*","access":"Allow","priority":101,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowPSRemoting","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/securityRules/AllowPSRemoting","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"5986","sourceAddressPrefix":"AzureActiveDirectoryDomainServices","destinationAddressPrefix":"*","access":"Allow","priority":301,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowRD","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/securityRules/AllowRD","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"CorpNetSaw","destinationAddressPrefix":"*","access":"Allow","priority":201,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"abcd8c32-18f9-473a-b8ba-42e8bbe91e20\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"subnets":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/aadds-vnet/subnets/aadds-subnet"}]}},{"name":"zuhCentOS-nsg","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"7d7c7686-a1be-4a06-9cc9-d5b003ecb6fd","securityRules":[{"name":"HTTP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/HTTP","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"80","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":300,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"HTTPS","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/HTTPS","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"443","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":320,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"SSH","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/SSH","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":340,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"RDP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/securityRules/RDP","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"TCP","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":360,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/defaultSecurityRules/AllowVnetInBound","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/defaultSecurityRules/DenyAllInBound","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhCentOS-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"3fe25037-1201-4730-9b6d-7a9d0ed0ca85\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -789,19 +837,7 @@ interactions: all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWindows2016-nsg/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"f69750ad-7bd3-4596-a5cb-766cabf1c783\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWindows2016-nsg/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"f69750ad-7bd3-4596-a5cb-766cabf1c783\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/zuhWindows2016-nsg/defaultSecurityRules/DenyAllOutBound","etag":"W/\"f69750ad-7bd3-4596-a5cb-766cabf1c783\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246"}]}},{"name":"vm-storage-sku-testNSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0b9da223-a223-4cec-ba40-92b311ace383","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/securityRules/default-allow-ssh","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkSecurityGroups/vm-storage-sku-testNSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"e0a0a7df-526e-4b37-9f16-db314aa8350f\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkInterfaces/vm-storage-sku-testVMNic"}]}},{"name":"vm-ultrassdNSG","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f6f25400-6a96-434c-9ce5-3c72450139ce","securityRules":[{"name":"default-allow-ssh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/securityRules/default-allow-ssh","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"22","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/AllowVnetInBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/DenyAllInBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowInternetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/AllowInternetOutBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow - outbound traffic from all VMs to Internet","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"Internet","access":"Allow","priority":65001,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/networkSecurityGroups/vm-ultrassdNSG/defaultSecurityRules/DenyAllOutBound","etag":"W/\"11e28649-22e6-4382-8139-e289725eedf6\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny - all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/0/networkInterfaces/vmultd1f9Nic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/1/networkInterfaces/vmultd1f9Nic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/2/networkInterfaces/vmultd1f9Nic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/3/networkInterfaces/vmultd1f9Nic"}]}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"b3d500bf-9a32-4046-928d-e52442ff5338","securityRules":[{"name":"fooziipy983389","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/securityRules/fooziipy983389","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"fooziipy985985","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/securityRules/fooziipy985985","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"5985","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/defaultSecurityRules/AllowVnetInBound","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow + all outbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Outbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246"}]}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"b3d500bf-9a32-4046-928d-e52442ff5338","securityRules":[{"name":"fooziipy983389","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/securityRules/fooziipy983389","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"3389","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"fooziipy985985","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/securityRules/fooziipy985985","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/securityRules","properties":{"provisioningState":"Succeeded","protocol":"Tcp","sourcePortRange":"*","destinationPortRange":"5985","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Allow","priority":1001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}}],"defaultSecurityRules":[{"name":"AllowVnetInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/defaultSecurityRules/AllowVnetInBound","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from all VMs in VNET","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"VirtualNetwork","destinationAddressPrefix":"VirtualNetwork","access":"Allow","priority":65000,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowAzureLoadBalancerInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/defaultSecurityRules/AllowAzureLoadBalancerInBound","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow inbound traffic from azure load balancer","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"AzureLoadBalancer","destinationAddressPrefix":"*","access":"Allow","priority":65001,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"DenyAllInBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/defaultSecurityRules/DenyAllInBound","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Deny all inbound traffic","protocol":"*","sourcePortRange":"*","destinationPortRange":"*","sourceAddressPrefix":"*","destinationAddressPrefix":"*","access":"Deny","priority":65500,"direction":"Inbound","sourcePortRanges":[],"destinationPortRanges":[],"sourceAddressPrefixes":[],"destinationAddressPrefixes":[]}},{"name":"AllowVnetOutBound","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkSecurityGroups/fooziipy98/defaultSecurityRules/AllowVnetOutBound","etag":"W/\"8c832172-96d5-4d06-a31c-b1589325cb51\"","type":"Microsoft.Network/networkSecurityGroups/defaultSecurityRules","properties":{"provisioningState":"Succeeded","description":"Allow @@ -818,11 +854,11 @@ interactions: cache-control: - no-cache content-length: - - '165427' + - '198815' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:47 GMT + - Fri, 08 Nov 2019 03:19:14 GMT expires: - '-1' pragma: @@ -834,12 +870,12 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 7069dabf-ba66-402b-bd20-4a07eaaf2396 - - 7b06d897-b53f-4c80-82f7-ca47a7a83513 - - 27a437af-b7f3-442c-8c63-9cc2cc101c42 - - 0abb5cdb-f47f-41a2-ba4c-56c729d08884 - - a17d8868-09bc-4e22-8f1c-5e57035a6b4c - - 1afd9094-f16b-430e-8c57-12701cc881ce + - 2ac94811-8c62-4bf0-bdbc-79640461bbe6 + - 3951d59b-ea4e-41fd-88c3-4eddb4ed6829 + - 3cb0730d-6abc-4e26-834a-d1e3e7c20686 + - 00cabf5a-7bf2-460d-a6e3-42eabeffd5fd + - 83925be8-80b0-42c2-8410-fc09137b6e06 + - 5c5814a8-91cf-4694-a12d-ea7995e3dd7c status: code: 200 message: OK @@ -861,7 +897,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -869,7 +905,7 @@ interactions: response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"c12523cd-5b80-4061-b0c5-eb0bfe4737ec\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"7b9072e7-b173-4e5d-a975-46af17541911\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -881,7 +917,7 @@ interactions: : []\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9c410b4d-f9c6-4e5d-80f4-7dc0b998a611?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/fbc6f358-25dd-4a06-92e8-914f8fb64d0c?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -889,7 +925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:48 GMT + - Fri, 08 Nov 2019 03:19:15 GMT expires: - '-1' pragma: @@ -902,9 +938,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a39422f8-fb90-47f6-9914-d387c571d664 + - b6e0dd92-31df-4f67-a512-ad32dc417fed x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -919,9 +955,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9c410b4d-f9c6-4e5d-80f4-7dc0b998a611?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/fbc6f358-25dd-4a06-92e8-914f8fb64d0c?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -933,7 +969,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:00 GMT + - Fri, 08 Nov 2019 03:19:27 GMT expires: - '-1' pragma: @@ -950,7 +986,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c9cfc5b8-9bf5-4041-9287-e14fd349dcf2 + - 6b522206-16e6-48d9-953d-9314e21589fc status: code: 200 message: OK @@ -965,13 +1001,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"1ed19568-9ec9-40bc-bcef-a2149584495f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"280c838f-1b99-4535-bc8e-8a6c55857c10\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -989,9 +1025,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:00 GMT + - Fri, 08 Nov 2019 03:19:27 GMT etag: - - W/"1ed19568-9ec9-40bc-bcef-a2149584495f" + - W/"280c838f-1b99-4535-bc8e-8a6c55857c10" expires: - '-1' pragma: @@ -1008,7 +1044,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7cfc4dc1-9f23-4560-96f5-1cc384362804 + - f9922c71-9bbc-42cc-93bc-9799847c0e1f status: code: 200 message: OK @@ -1023,7 +1059,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1031,7 +1067,7 @@ interactions: response: body: string: "{\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"1ed19568-9ec9-40bc-bcef-a2149584495f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"280c838f-1b99-4535-bc8e-8a6c55857c10\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\",\r\n\ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ description\": \"New Test security rule\",\r\n \"protocol\": \"Tcp\",\r\ @@ -1049,9 +1085,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:09:59 GMT + - Fri, 08 Nov 2019 03:19:27 GMT etag: - - W/"1ed19568-9ec9-40bc-bcef-a2149584495f" + - W/"280c838f-1b99-4535-bc8e-8a6c55857c10" expires: - '-1' pragma: @@ -1068,7 +1104,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee66fe41-0583-46bf-8103-109c8774b2ae + - 8fa03c6e-57c5-4687-abe1-256bdf8d9ea9 status: code: 200 message: OK @@ -1083,7 +1119,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1092,7 +1128,7 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysecgrouprulec575136b\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pysecgrouprulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"1ed19568-9ec9-40bc-bcef-a2149584495f\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"280c838f-1b99-4535-bc8e-8a6c55857c10\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"Test security rule\",\r\n \"protocol\"\ @@ -1103,7 +1139,7 @@ interactions: \n \"destinationPortRanges\": [],\r\n \"sourceAddressPrefixes\"\ : [],\r\n \"destinationAddressPrefixes\": []\r\n }\r\n },\r\ \n {\r\n \"name\": \"pynewrulec575136b\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_network_security_groupsc575136b/providers/Microsoft.Network/networkSecurityGroups/pysecgroupc575136b/securityRules/pynewrulec575136b\"\ - ,\r\n \"etag\": \"W/\\\"1ed19568-9ec9-40bc-bcef-a2149584495f\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"280c838f-1b99-4535-bc8e-8a6c55857c10\\\"\",\r\ \n \"type\": \"Microsoft.Network/networkSecurityGroups/securityRules\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"description\": \"New Test security rule\",\r\n \"protocol\"\ @@ -1122,7 +1158,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:00 GMT + - Fri, 08 Nov 2019 03:19:28 GMT expires: - '-1' pragma: @@ -1139,7 +1175,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 238dc16c-773b-4605-b0a2-81bd30b92a76 + - 28719d38-7a22-4714-8161-6130f1c7bd03 status: code: 200 message: OK @@ -1156,7 +1192,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -1166,17 +1202,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/08f8b0c7-0047-4bb6-909a-fad2198cb493?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2d086032-5e37-4cde-bdaa-e8b0c4f9c915?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:10:00 GMT + - Fri, 08 Nov 2019 03:19:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/08f8b0c7-0047-4bb6-909a-fad2198cb493?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/2d086032-5e37-4cde-bdaa-e8b0c4f9c915?api-version=2019-09-01 pragma: - no-cache server: @@ -1187,9 +1223,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 947a3c0f-b619-47eb-842a-f4e0c8a4a67a + - ece495d9-50ca-4a70-b9d8-95c496622a1b x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -1204,9 +1240,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/08f8b0c7-0047-4bb6-909a-fad2198cb493?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2d086032-5e37-4cde-bdaa-e8b0c4f9c915?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1218,7 +1254,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:12 GMT + - Fri, 08 Nov 2019 03:19:39 GMT expires: - '-1' pragma: @@ -1235,7 +1271,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 988e7ce5-903b-47b9-b7c5-a79233442774 + - e5380dda-ab5e-4d1c-8e38-df3bda6f84a2 status: code: 200 message: OK @@ -1252,7 +1288,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -1262,17 +1298,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/dc3fc943-10f8-4daa-b870-030ba13f6595?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b723b628-355f-4b4a-aaa5-053d5c85e0ca?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:10:13 GMT + - Fri, 08 Nov 2019 03:19:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/dc3fc943-10f8-4daa-b870-030ba13f6595?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b723b628-355f-4b4a-aaa5-053d5c85e0ca?api-version=2019-09-01 pragma: - no-cache server: @@ -1283,9 +1319,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33685081-733b-4664-80e5-e646ee3a09d8 + - e2b42983-99c1-4a0d-a8f2-f829941210b3 x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14998' status: code: 202 message: Accepted @@ -1300,9 +1336,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/dc3fc943-10f8-4daa-b870-030ba13f6595?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b723b628-355f-4b4a-aaa5-053d5c85e0ca?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1314,7 +1350,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:23 GMT + - Fri, 08 Nov 2019 03:19:50 GMT expires: - '-1' pragma: @@ -1331,7 +1367,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 886f7ab7-2560-44b2-b625-c5cba6b63b26 + - 64d659ff-2e66-458b-91c0-b2dee2e18c5f status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml index 4da2ed22a507..9ea0f801375d 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_public_ip_addresses.yaml @@ -15,7 +15,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -23,25 +23,25 @@ interactions: response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"333ce44c-de4c-4218-b0e3-2cc8959dd472\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4f355db2-f1c9-4661-bcc5-8014fc1aa333\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\ - \n \"resourceGuid\": \"e87c6762-e2e8-49cc-9011-82fbb711949a\",\r\n \"\ + \n \"resourceGuid\": \"f01bfa3e-5fa1-4131-967a-7d0e86954727\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/99b8cc9c-d644-495f-936c-f33b81496cd7?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7e88074d-73fb-4c82-b229-b69b3fdfdd47?api-version=2019-09-01 cache-control: - no-cache content-length: - - '719' + - '694' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:38 GMT + - Fri, 08 Nov 2019 03:20:04 GMT expires: - '-1' pragma: @@ -54,7 +54,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9aa3ea7d-7c7c-49b6-9241-2057ffdca74b + - 2e716985-cc2d-4b6c-a8b9-f8effb055d9f x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -71,9 +71,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/99b8cc9c-d644-495f-936c-f33b81496cd7?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7e88074d-73fb-4c82-b229-b69b3fdfdd47?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -85,7 +85,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:40 GMT + - Fri, 08 Nov 2019 03:20:06 GMT expires: - '-1' pragma: @@ -102,7 +102,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 01fd8067-8043-4f6f-91ff-43989df6359c + - 02eca02a-45a7-4f02-b384-59bcf321a5ab status: code: 200 message: OK @@ -117,31 +117,31 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"ab5ede00-080a-40dd-a7b0-45ea7b547c49\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4df38d62-4426-4a83-a080-d22ae44f6d70\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"e87c6762-e2e8-49cc-9011-82fbb711949a\",\r\n \"\ + \n \"resourceGuid\": \"f01bfa3e-5fa1-4131-967a-7d0e86954727\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '720' + - '695' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:40 GMT + - Fri, 08 Nov 2019 03:20:06 GMT etag: - - W/"ab5ede00-080a-40dd-a7b0-45ea7b547c49" + - W/"4df38d62-4426-4a83-a080-d22ae44f6d70" expires: - '-1' pragma: @@ -158,7 +158,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a82a4f40-f6db-4f26-9f0e-faa313642728 + - 21d47be8-f77e-43d9-8c29-37c5e20a4466 status: code: 200 message: OK @@ -173,7 +173,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -181,25 +181,25 @@ interactions: response: body: string: "{\r\n \"name\": \"pyipname773e115f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"ab5ede00-080a-40dd-a7b0-45ea7b547c49\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4df38d62-4426-4a83-a080-d22ae44f6d70\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"e87c6762-e2e8-49cc-9011-82fbb711949a\",\r\n \"\ + \n \"resourceGuid\": \"f01bfa3e-5fa1-4131-967a-7d0e86954727\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '720' + - '695' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:40 GMT + - Fri, 08 Nov 2019 03:20:06 GMT etag: - - W/"ab5ede00-080a-40dd-a7b0-45ea7b547c49" + - W/"4df38d62-4426-4a83-a080-d22ae44f6d70" expires: - '-1' pragma: @@ -216,7 +216,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 769f6e8d-729e-4040-bfd7-8c5f9edfd184 + - 5c2cd754-90ca-4565-a932-df8c64ae2895 status: code: 200 message: OK @@ -231,7 +231,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -240,24 +240,24 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyipname773e115f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f\"\ - ,\r\n \"etag\": \"W/\\\"ab5ede00-080a-40dd-a7b0-45ea7b547c49\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"4df38d62-4426-4a83-a080-d22ae44f6d70\\\"\",\r\ \n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\"\ : \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"e87c6762-e2e8-49cc-9011-82fbb711949a\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"f01bfa3e-5fa1-4131-967a-7d0e86954727\"\ ,\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\"\ : \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\"\ : []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\"\ - ,\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\"\ - : \"Regional\"\r\n }\r\n }\r\n ]\r\n}" + ,\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n }\r\ + \n ]\r\n}" headers: cache-control: - no-cache content-length: - - '833' + - '804' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:40 GMT + - Fri, 08 Nov 2019 03:20:07 GMT expires: - '-1' pragma: @@ -274,7 +274,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1b22f19b-2e6a-4039-bb32-c42515d9cbad + - ba684f5e-f767-42cd-bc6b-a690719d6954 status: code: 200 message: OK @@ -289,23 +289,23 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/publicIPAddresses?api-version=2019-09-01 response: body: - string: '{"value":[{"name":"myip1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_private4g2fakklpk5ifocmi72mw5gmvhf3zvf5u3bonj2eehlq/providers/Microsoft.Network/publicIPAddresses/myip1","etag":"W/\"cbffbe7c-4200-4423-bc3d-b499673db231\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"31425e06-df12-4e03-bfeb-4692663084f6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"pip1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetspm5eoivju7bbk7ji5ig4m5nuu4yreqobo4eio2uj34rrqvf/providers/Microsoft.Network/publicIPAddresses/pip1","etag":"W/\"0a67f9ae-9ffb-4f78-be44-66101b8a9c5b\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"c914d964-e320-400e-a0f8-839c6d52d80d","ipAddress":"13.86.251.247","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"pip1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetsqdemdi2b6abi4kp6jz2yqszfx47uy35cdveusufscfyjrck/providers/Microsoft.Network/publicIPAddresses/pip1","etag":"W/\"11faf0e2-6719-4227-98bf-38ac0cbeae4d\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"c39c4e10-277d-48e7-98ed-ebeeb6262d6a","ipAddress":"13.86.249.150","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"pip1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_app_gateway_waf_configqmmu6wjrdktmmocgings2wpaeenqmgbn7xf2eug5swlm/providers/Microsoft.Network/publicIPAddresses/pip1","etag":"W/\"853d031c-2898-4ef6-a16d-ec3754b8f9ff\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f1cc2c50-b66c-42cf-9f72-22090fc9f20b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vmss1LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/publicIPAddresses/vmss1LBPublicIP","etag":"W/\"21282bef-ac33-4690-b9ca-cefe4f27b8bd\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f54d6572-a934-4587-b809-9f34ee2df61b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"feng-rhel-8PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-rhel-8PublicIP","etag":"W/\"69a4def0-9093-474c-9b3f-1968b99b213e\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"43ff13e1-ab31-49dd-84f5-3d9bb820344d","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fengip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengip","etag":"W/\"f17c5c29-1620-4789-801a-c46b60ea016e\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"f3890ab5-fde6-428d-a3bb-a8ec50495af9","ipAddress":"104.42.199.57","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworkGateways/fenggw/ipConfigurations/default"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fengubuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengubuntu-ip","etag":"W/\"a42b5d2f-27ed-4f28-a546-c94bd0291808\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d038d945-2784-4dae-9b9c-61587228ebc6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fengubuntuip681","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengubuntuip681","etag":"W/\"fb99347c-429c-4355-97a9-994ca414d85b\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"c4d97e4a-22dc-4bbc-9653-a42e9a46b9d9","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"feng_rhel_8PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng_rhel_8PublicIP","etag":"W/\"7ce138cc-230b-437d-8306-e32554f3752b\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3448fae2-c681-4512-85db-d4e38f5885d2","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"harold-ip-01","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-01","etag":"W/\"d9f00f57-d868-4bcc-8051-6e79df12f122\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"be8f07dd-60fa-4471-9b93-3a82e6d6c4d7","ipAddress":"40.112.134.247","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vnet-gw-01/ipConfigurations/default"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"harold-ip-02","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-02","etag":"W/\"e2980969-e7cf-47ed-a9fa-31748b5fbaf5\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"21c57eb7-4722-45b4-a947-16478305952b","ipAddress":"104.42.62.128","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vnet-gw-02/ipConfigurations/vnetGatewayConfig0"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"harold-ip-03","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-03","etag":"W/\"22711541-4c8d-4ce5-8972-11c37dc18253\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"012db76f-8b26-4017-8bcf-84658647d8f8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"harold-ip-04","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-04","etag":"W/\"6da8dd7d-64ea-4cba-b176-3e534d97e9ae\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"8947827d-3156-4aa5-a02d-cb5ee161c160","ipAddress":"13.86.196.230","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/azureFirewalls/harold-fw-01/azureFirewallIpConfigurations/IpConf"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"vm-01-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-01-ip","etag":"W/\"d1887c42-594b-4387-8ed8-5ae5858a1dbf\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"7c90b602-b4f4-49de-8948-2adf0de03554","ipAddress":"40.112.165.142","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vm-02-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-02-ip","etag":"W/\"9ffb4a12-8971-4db4-bdd7-47208d37b102\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"566e0eed-413f-405e-960f-5c7db5cf885f","ipAddress":"104.42.174.180","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"aPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/aPublicIP","etag":"W/\"952770b9-54d1-4ab3-9115-c84cc2ffaea5\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"16d71fe5-d128-4e03-bb9c-14783993d81b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"asdfLBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/asdfLBPublicIP","etag":"W/\"03eb3149-a5e4-48ac-ba08-a1de1b15e98c\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"98662e45-2a17-4b40-b7e7-ba18729cd3a6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"start-1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/start-1PublicIP","etag":"W/\"6bd25edd-2c48-4399-a9f4-c4b0f1e168ef\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"49f0b2b3-658f-4ed7-a555-127f33a25ba9","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vm5LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/vm5LBPublicIP","etag":"W/\"2a5e9243-3c45-4601-bc23-7d8fc816ad55\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"8802e8ca-267a-4c22-9b59-fb6f5f1d982d","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"pyipname773e115f","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f","etag":"W/\"ab5ede00-080a-40dd-a7b0-45ea7b547c49\"","location":"westus","tags":{"key":"value"},"properties":{"provisioningState":"Succeeded","resourceGuid":"e87c6762-e2e8-49cc-9011-82fbb711949a","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zimsvm-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/publicIPAddresses/zimsvm-ip","etag":"W/\"b752dcff-a821-4382-a8e0-e4500e8997a9\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"54d90c8d-674e-457f-bf83-d79546ceafd3","ipAddress":"40.78.6.167","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/publicIPAddresses/fozippy98","etag":"W/\"2232332e-df20-4b5a-ac6f-bc2c6a083e37\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"b93c103a-f62e-4fc1-bc1d-d2db4fc084ac","ipAddress":"52.224.138.66","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fozippy98-663ad9","fqdn":"fozippy98-663ad9.eastus.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"vmss1LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vmss1LBPublicIP","etag":"W/\"d51b26cb-3f42-4430-bbe8-df4298ed3dce\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"8cd59277-0aa2-4e6e-97da-3c26dfc1459f","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss1LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vmss2LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vmss2LBPublicIP","etag":"W/\"bd0b6f0c-87d6-4997-9a16-a3758ec55c98\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d19878c0-bec6-4e71-827d-e436a702fe99","ipAddress":"52.186.13.33","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/loadBalancers/vmss2LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhlinux-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhlinux-ip","etag":"W/\"b2dea91b-b5e7-4735-ad88-e2c401740066\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"005cc893-a7f4-46e1-bf41-348f11ab0aec","ipAddress":"52.224.51.51","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhtestip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestip","etag":"W/\"f3d7f2f1-5b8e-4adf-8d81-3e84c7a9ffd9\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"8a670d8c-f98e-4c4c-a89c-8388b960a5b0","ipAddress":"52.151.240.59","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/applicationGateways/aaaaa/frontendIPConfigurations/appGwPublicFrontendIp"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"zuhtestvm-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestvm-ip","etag":"W/\"44707c4b-5976-471b-b9a1-1ddf9401b1a5\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"970083ff-29f0-4c04-bdd7-5e989819309a","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhUbuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhUbuntu-ip","etag":"W/\"a13042b0-8358-4245-8d08-128017e17c99\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"7279e09f-89d0-421f-aee5-a148f82c503e","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vm22-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/publicIPAddresses/vm22-ip","etag":"W/\"2015b2b9-354f-43da-8dbd-76172332e5d4\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9b9cee2b-6b27-46f1-a140-da711e07b716","ipAddress":"52.175.18.106","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"feng-ubuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-ubuntu-ip","etag":"W/\"1122ca29-7f82-4819-918f-df5b0ee29931\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"3423c6e2-2fb4-45a7-b59c-619f64937ba5","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"jlvmwin1-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/publicIPAddresses/jlvmwin1-ip","etag":"W/\"5ad463a0-31e2-4c31-a64c-d20a14ed387a\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"2bd424bf-f1b4-4d14-abd2-54f10f77d9e4","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"yugangw1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw1PublicIP","etag":"W/\"57983cc0-948c-4c1c-ba18-8afbd5d6d9c6\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1c695c95-ce9b-4645-860f-bdc46d189ca4","ipAddress":"23.98.67.194","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhWin-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWin-ip","etag":"W/\"5d880cb0-4ae3-43ca-89b8-b109a67e77a4\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"2a645b1e-8c8b-4745-b910-c3406741a982","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"pubip1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/publicIPAddresses/pubip1","etag":"W/\"3e086f49-5e98-4a1a-93c2-cdb47c939438\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0ce167ab-248b-4011-874f-54ba6c3b86b3","ipAddress":"13.86.103.233","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/loadBalancers/lb1/frontendIPConfigurations/LoadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"test_vm1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm1PublicIP","etag":"W/\"24afccbb-d703-49a3-a0f2-1cfa7052589f\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"b56a0720-66f3-4ecf-997a-6b0209a08d3e","ipAddress":"23.99.204.236","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"test_vm2PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm2PublicIP","etag":"W/\"8c6f51c4-97ef-401f-a27e-28cb6100bcde\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"9f69730e-4f26-4277-9ef8-4145e6c1c29a","ipAddress":"23.99.203.167","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhCentOS-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOS-ip","etag":"W/\"edf38eeb-225b-41cf-8c27-d7da5d9fc180\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"0443d949-d8cd-4889-aea2-cec9ddd87239","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhCentOSip151","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOSip151","etag":"W/\"18914e24-75c5-4e97-a768-45ea80c41e96\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"e8a13fb9-f6dd-4e89-b2f8-e7678e1b59a0","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"zuhWindows2016-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWindows2016-ip","etag":"W/\"313d736b-d53b-466e-9775-2bfd81fe273b\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"61922e62-2cc1-414e-9380-5f4016cddce8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vm-storage-sku-testPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/publicIPAddresses/vm-storage-sku-testPublicIP","etag":"W/\"0b74d171-c611-46c7-a77b-1573d4b4c4a9\"","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"89cd12bf-caf1-4120-b72f-129f545ed517","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkInterfaces/vm-storage-sku-testVMNic/ipConfigurations/ipconfigvm-storage-sku-test"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"vm-ultrassdLBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/publicIPAddresses/vm-ultrassdLBPublicIP","etag":"W/\"16e603f2-4b46-4929-8e30-5daf0e16cf94\"","location":"eastus2","tags":{},"zones":["2"],"properties":{"provisioningState":"Succeeded","resourceGuid":"02ecfe55-5be9-4f04-811c-63dcbed42417","ipAddress":"52.147.177.6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/loadBalancers/vm-ultrassdLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard","tier":"Regional"}},{"name":"vmss0LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/publicIPAddresses/vmss0LBPublicIP","etag":"W/\"f8da04af-72a5-453c-b971-e40555798dc3\"","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"be2330ca-dd45-4c7e-bd6a-2e4cbd6e9733","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/loadBalancers/vmss0LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/publicIPAddresses/fooziipy98","etag":"W/\"abfc07e9-2ee4-4b48-90ad-bffc3160f0f8\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"85bd582f-894e-4e72-a920-9dc42fe312fc","ipAddress":"52.167.113.130","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fooziipy98-4d328e","fqdn":"fooziipy98-4d328e.eastus2.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/publicIPAddresses/fooziipy99","etag":"W/\"f2c111c2-14c8-41d9-9740-8241ba2ffaa0\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"10524d83-41ef-420b-bac0-fc8b7cf2101d","ipAddress":"104.208.166.249","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fooziipy99-4e3d17","fqdn":"fooziipy99-4e3d17.eastus2.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic","tier":"Regional"}}]}' + string: '{"value":[{"name":"my-pip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/publicIPAddresses/my-pip","etag":"W/\"92052cc0-c673-45f8-860b-91565ed2a1dc\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"5fbd04d5-a886-4220-afe9-aa4e83a410a0","ipAddress":"13.64.157.87","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/networkInterfaces/my-nic/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"feng-rhel-8PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-rhel-8PublicIP","etag":"W/\"1cd958ee-a369-44c2-abf4-9bcdc15c9f26\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"43ff13e1-ab31-49dd-84f5-3d9bb820344d","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fengip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengip","etag":"W/\"f17c5c29-1620-4789-801a-c46b60ea016e\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"f3890ab5-fde6-428d-a3bb-a8ec50495af9","ipAddress":"104.42.199.57","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworkGateways/fenggw/ipConfigurations/default"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fengubuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengubuntu-ip","etag":"W/\"a42b5d2f-27ed-4f28-a546-c94bd0291808\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d038d945-2784-4dae-9b9c-61587228ebc6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fengubuntuip681","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/fengubuntuip681","etag":"W/\"fb99347c-429c-4355-97a9-994ca414d85b\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"c4d97e4a-22dc-4bbc-9653-a42e9a46b9d9","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"feng_rhel_8PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng_rhel_8PublicIP","etag":"W/\"7ce138cc-230b-437d-8306-e32554f3752b\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3448fae2-c681-4512-85db-d4e38f5885d2","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"harold-ip-01","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-01","etag":"W/\"5899d2d9-77d5-4c75-a604-60a2ff5c8658\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"be8f07dd-60fa-4471-9b93-3a82e6d6c4d7","ipAddress":"23.100.40.219","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vgw-01/ipConfigurations/default"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"harold-ip-02","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-02","etag":"W/\"5266b76d-f822-4eac-9755-56bc5fd8c4c9\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"21c57eb7-4722-45b4-a947-16478305952b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"harold-ip-03","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-03","etag":"W/\"22711541-4c8d-4ce5-8972-11c37dc18253\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"012db76f-8b26-4017-8bcf-84658647d8f8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"harold-ip-04","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/harold-ip-04","etag":"W/\"c57a4c0a-a520-4bbd-a278-7e7640023668\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"8947827d-3156-4aa5-a02d-cb5ee161c160","ipAddress":"13.86.196.230","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/applicationGateways/harold-app-gw-02/frontendIPConfigurations/appGwPublicFrontendIp"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard"}},{"name":"vm-01-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-01-ip","etag":"W/\"a52721ce-3ffa-4820-9e62-5ad6ec27e477\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"7c90b602-b4f4-49de-8948-2adf0de03554","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"vm-02-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/publicIPAddresses/vm-02-ip","etag":"W/\"24be9dd2-b275-4863-bffc-a81498d55f07\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"566e0eed-413f-405e-960f-5c7db5cf885f","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"aPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/aPublicIP","etag":"W/\"952770b9-54d1-4ab3-9115-c84cc2ffaea5\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"16d71fe5-d128-4e03-bb9c-14783993d81b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"asdfLBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/asdfLBPublicIP","etag":"W/\"03eb3149-a5e4-48ac-ba08-a1de1b15e98c\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"98662e45-2a17-4b40-b7e7-ba18729cd3a6","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/asdfLB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"start-1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/start-1PublicIP","etag":"W/\"6bd25edd-2c48-4399-a9f4-c4b0f1e168ef\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"49f0b2b3-658f-4ed7-a555-127f33a25ba9","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"vm5LBPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/publicIPAddresses/vm5LBPublicIP","etag":"W/\"2a5e9243-3c45-4601-bc23-7d8fc816ad55\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"8802e8ca-267a-4c22-9b59-fb6f5f1d982d","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/loadBalancers/vm5LB/frontendIPConfigurations/loadBalancerFrontEnd"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"pyipname773e115f","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_public_ip_addresses773e115f/providers/Microsoft.Network/publicIPAddresses/pyipname773e115f","etag":"W/\"4df38d62-4426-4a83-a080-d22ae44f6d70\"","location":"westus","tags":{"key":"value"},"properties":{"provisioningState":"Succeeded","resourceGuid":"f01bfa3e-5fa1-4131-967a-7d0e86954727","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"yg-docker-v1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/publicIPAddresses/yg-docker-v1PublicIP","etag":"W/\"f2facb1c-7dd8-48dc-ad63-87a337afe824\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2967dd26-2ef2-4f27-b6c6-eaba70f5f079","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkInterfaces/yg-docker-v1VMNic/ipConfigurations/ipconfigyg-docker-v1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"yg-1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/publicIPAddresses/yg-1PublicIP","etag":"W/\"84d22683-aedf-468c-b952-f2219aadfae8\"","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"dc137beb-d2eb-48d6-9d3f-3049e0212779","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkInterfaces/yg-1VMNic/ipConfigurations/ipconfigyg-1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zimsvm-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/publicIPAddresses/zimsvm-ip","etag":"W/\"044eed33-cf3d-43ac-8888-b2f2a0a38f07\"","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"54d90c8d-674e-457f-bf83-d79546ceafd3","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/publicIPAddresses/fozippy98","etag":"W/\"2232332e-df20-4b5a-ac6f-bc2c6a083e37\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"b93c103a-f62e-4fc1-bc1d-d2db4fc084ac","ipAddress":"52.224.138.66","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fozippy98-663ad9","fqdn":"fozippy98-663ad9.eastus.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/loadBalancers/fozippy98/frontendIPConfigurations/fozippy98"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard"}},{"name":"vm1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/publicIPAddresses/vm1PublicIP","etag":"W/\"9d857523-369b-492b-a7de-ded09f8bdfb7\"","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"10cdfb79-005f-421e-9430-69c403f9e9a3","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkInterfaces/vm1VMNic/ipConfigurations/ipconfigvm1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhlinux-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhlinux-ip","etag":"W/\"acd09bb4-bca4-4d52-a16d-b5b35ed4ae72\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"005cc893-a7f4-46e1-bf41-348f11ab0aec","ipAddress":"40.71.85.91","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhtestip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestip","etag":"W/\"f3d7f2f1-5b8e-4adf-8d81-3e84c7a9ffd9\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"8a670d8c-f98e-4c4c-a89c-8388b960a5b0","ipAddress":"52.151.240.59","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/applicationGateways/aaaaa/frontendIPConfigurations/appGwPublicFrontendIp"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Standard"}},{"name":"zuhtestvm-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhtestvm-ip","etag":"W/\"1f905532-ab69-4138-baa9-49950f953e8c\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"970083ff-29f0-4c04-bdd7-5e989819309a","ipAddress":"13.92.185.106","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhUbuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhUbuntu-ip","etag":"W/\"a13042b0-8358-4245-8d08-128017e17c99\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"7279e09f-89d0-421f-aee5-a148f82c503e","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhubuntuip863","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhubuntuip863","etag":"W/\"9ca491d2-7c73-4221-8c1b-0c4b9bfe7241\"","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"70518eef-8f39-43b5-9bb9-1d5164553a54","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu756/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"feng-centos-8-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-centos-8-ip","etag":"W/\"e4f8e0a3-826d-4f87-9b8e-35f12df3f8b5\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"ed5f1a8b-64cf-4a2b-8c88-3c1fdaa5ca49","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-centos-8359/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"vm22-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/publicIPAddresses/vm22-ip","etag":"W/\"2015b2b9-354f-43da-8dbd-76172332e5d4\"","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9b9cee2b-6b27-46f1-a140-da711e07b716","ipAddress":"52.175.18.106","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"feng-ubuntu-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/publicIPAddresses/feng-ubuntu-ip","etag":"W/\"b5e7f634-675c-4892-980c-0d9ad1bcbddd\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"3423c6e2-2fb4-45a7-b59c-619f64937ba5","ipAddress":"168.63.253.14","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"jlvmwin1-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/publicIPAddresses/jlvmwin1-ip","etag":"W/\"1e4aef62-092d-4bfb-ae84-dcfc8c0bd7da\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"2bd424bf-f1b4-4d14-abd2-54f10f77d9e4","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"jajajPublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/jajajPublicIP","etag":"W/\"b6de74ca-396b-43ae-a915-3153ee30ed07\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f5c4b18a-f884-4789-a0ee-70e133c5b0f8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/jajajVMNic/ipConfigurations/ipconfigjajaj"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"yugangw-v1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw-v1PublicIP","etag":"W/\"e751f35a-f009-4e73-9335-a4417e1d4d7d\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"178c464f-3cbe-4231-ac5d-75d4b3ee7415","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v1VMNic/ipConfigurations/ipconfigyugangw-v1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"yugangw-v2PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw-v2PublicIP","etag":"W/\"eccb474a-a038-48ab-83f4-771d0d159721\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"7b36111e-7030-4147-8b92-cfa79c11048b","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v2VMNic/ipConfigurations/ipconfigyugangw-v2"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"yugangw1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/publicIPAddresses/yugangw1PublicIP","etag":"W/\"912f279b-c28f-4aeb-86db-7f7a42480e3e\"","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1c695c95-ce9b-4645-860f-bdc46d189ca4","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhWin-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWin-ip","etag":"W/\"5d880cb0-4ae3-43ca-89b8-b109a67e77a4\"","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"2a645b1e-8c8b-4745-b910-c3406741a982","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"test_vm1PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm1PublicIP","etag":"W/\"7b41bbe1-ec3c-422e-a398-b3a884f77099\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"b56a0720-66f3-4ecf-997a-6b0209a08d3e","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"test_vm2PublicIP","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/publicIPAddresses/test_vm2PublicIP","etag":"W/\"20136f27-f258-4769-8db9-657e7f219d1c\"","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"9f69730e-4f26-4277-9ef8-4145e6c1c29a","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"aadds-875a4f8661144a9d9527a92ef449ec74-pip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/aadds-875a4f8661144a9d9527a92ef449ec74-pip","etag":"W/\"58a00053-bdf0-4074-8c44-2ac9d22ac1e3\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"f015ace2-7561-41a1-863f-e5b6cd4d673d","ipAddress":"23.101.112.119","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"cust-a-z-u-r-e-s-d-k-t-e-a-875a4f86-6114-4a9d-9527-a92ef449ec74","fqdn":"cust-a-z-u-r-e-s-d-k-t-e-a-875a4f86-6114-4a9d-9527-a92ef449ec74.centralus.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/loadBalancers/aadds-875a4f8661144a9d9527a92ef449ec74-lb/frontendIPConfigurations/CGSTWAMT8YUPCGTFe"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhCentOS-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOS-ip","etag":"W/\"edf38eeb-225b-41cf-8c27-d7da5d9fc180\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"0443d949-d8cd-4889-aea2-cec9ddd87239","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[]},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhCentOSip151","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhCentOSip151","etag":"W/\"18914e24-75c5-4e97-a768-45ea80c41e96\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"e8a13fb9-f6dd-4e89-b2f8-e7678e1b59a0","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"zuhWindows2016-ip","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/publicIPAddresses/zuhWindows2016-ip","etag":"W/\"313d736b-d53b-466e-9775-2bfd81fe273b\"","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"61922e62-2cc1-414e-9380-5f4016cddce8","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Dynamic","idleTimeoutInMinutes":4,"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/publicIPAddresses/fooziipy98","etag":"W/\"abfc07e9-2ee4-4b48-90ad-bffc3160f0f8\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"85bd582f-894e-4e72-a920-9dc42fe312fc","ipAddress":"52.167.113.130","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fooziipy98-4d328e","fqdn":"fooziipy98-4d328e.eastus2.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/publicIPAddresses/fooziipy99","etag":"W/\"f2c111c2-14c8-41d9-9740-8241ba2ffaa0\"","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"10524d83-41ef-420b-bac0-fc8b7cf2101d","ipAddress":"104.208.166.249","publicIPAddressVersion":"IPv4","publicIPAllocationMethod":"Static","idleTimeoutInMinutes":4,"dnsSettings":{"domainNameLabel":"fooziipy99-4e3d17","fqdn":"fooziipy99-4e3d17.eastus2.cloudapp.azure.com"},"ipTags":[],"ipConfiguration":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99"}},"type":"Microsoft.Network/publicIPAddresses","sku":{"name":"Basic"}}]}' headers: cache-control: - no-cache content-length: - - '32902' + - '31292' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:41 GMT + - Fri, 08 Nov 2019 03:20:07 GMT expires: - '-1' pragma: @@ -317,12 +317,12 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - b9da6adb-87ce-40f6-8394-48e1e1e5af2b - - dd18c258-3e82-45e7-aa31-5504d277e7f3 - - 896eba17-d018-465a-ac49-d2a62fff6ad3 - - 8402377f-54a8-48c1-8543-7a29145d978a - - ad26ac80-c82f-4008-8842-55d667dd6000 - - 434ea4bf-f234-4c27-988d-cc751dc50ae7 + - fbc618d0-8f53-4c81-aa12-48e59bb9d299 + - c78461e4-9772-4beb-ba1d-9ee6f6f4e5f5 + - b2849f0d-3645-49c3-a53e-4d520ed7729a + - 16076fa0-646c-4f3b-8f46-69c015d45858 + - b12d0106-3350-4749-b339-8b546e302547 + - b0835b5e-7be0-472e-ad91-676009e21310 status: code: 200 message: OK @@ -339,7 +339,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -349,17 +349,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/108380b7-ffad-48bb-8c6d-b6ef2d08016d?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c3b3a08e-b1d9-4c30-b629-bc84d8344920?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:10:41 GMT + - Fri, 08 Nov 2019 03:20:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/108380b7-ffad-48bb-8c6d-b6ef2d08016d?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/c3b3a08e-b1d9-4c30-b629-bc84d8344920?api-version=2019-09-01 pragma: - no-cache server: @@ -370,7 +370,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 510c0045-8bf2-4be5-a0e7-c07d3301404f + - c1ad9b4c-4223-47c3-9f62-040561254a0c x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -387,9 +387,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/108380b7-ffad-48bb-8c6d-b6ef2d08016d?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c3b3a08e-b1d9-4c30-b629-bc84d8344920?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -401,7 +401,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:52 GMT + - Fri, 08 Nov 2019 03:20:19 GMT expires: - '-1' pragma: @@ -418,7 +418,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 30d24e31-c121-461c-85ca-dc8fda07161d + - 78da223a-2734-4f1d-929e-feae2ef41228 status: code: 200 message: OK @@ -433,7 +433,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -449,7 +449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:10:53 GMT + - Fri, 08 Nov 2019 03:20:19 GMT expires: - '-1' pragma: @@ -466,7 +466,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d378541c-e36c-4bb6-9a90-ef5e7837f4b3 + - bed4febe-0e15-4abd-a5f8-d875cfe3b736 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml index a7f5df7bb91d..23eaa139847d 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_routes.yaml @@ -14,7 +14,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -22,14 +22,14 @@ interactions: response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"9fe0eddf-7e38-4e56-b46a-4fc88d4c79de\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"33a93840-9974-4288-8c1f-431b34b56314\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"cdeab787-3552-4374-9176-838f11a24f88\",\r\n \"\ + \ \"resourceGuid\": \"1dfce7c1-38b1-4c87-95c1-cf68a36b40f0\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/dca72aec-d431-411b-98e0-82b16fddecd8?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f27a5572-1311-456c-b5a5-6d4e222979f1?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:04 GMT + - Fri, 08 Nov 2019 03:20:35 GMT expires: - '-1' pragma: @@ -50,9 +50,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a41289a1-d2a0-4387-8402-8e40423b4354 + - 2f4135b5-bb14-4834-8ea5-f6afe7ad93cb x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -67,9 +67,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/dca72aec-d431-411b-98e0-82b16fddecd8?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f27a5572-1311-456c-b5a5-6d4e222979f1?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -81,7 +81,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:15 GMT + - Fri, 08 Nov 2019 03:20:46 GMT expires: - '-1' pragma: @@ -98,7 +98,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d955af5f-a757-408e-b770-70b1dc5a4037 + - e5624b8e-a84b-4dba-8cf3-95c7723cafd2 status: code: 200 message: OK @@ -113,16 +113,16 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"fb3eae54-ce59-4d30-8c87-cae0d89f335f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"cabbc595-d9f0-4425-a591-f3c9074d84b0\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"cdeab787-3552-4374-9176-838f11a24f88\",\r\n \"\ + \ \"resourceGuid\": \"1dfce7c1-38b1-4c87-95c1-cf68a36b40f0\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\r\n }\r\n}" headers: cache-control: @@ -132,9 +132,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:15 GMT + - Fri, 08 Nov 2019 03:20:46 GMT etag: - - W/"fb3eae54-ce59-4d30-8c87-cae0d89f335f" + - W/"cabbc595-d9f0-4425-a591-f3c9074d84b0" expires: - '-1' pragma: @@ -151,7 +151,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 26ad80c2-7af2-451b-a02e-8630f12a10a5 + - 3898b7d8-a4ad-4b7a-acbf-182bf9f8e161 status: code: 200 message: OK @@ -166,7 +166,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -174,10 +174,10 @@ interactions: response: body: string: "{\r\n \"name\": \"pyroutetableb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"fb3eae54-ce59-4d30-8c87-cae0d89f335f\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"cabbc595-d9f0-4425-a591-f3c9074d84b0\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"cdeab787-3552-4374-9176-838f11a24f88\",\r\n \"\ + \ \"resourceGuid\": \"1dfce7c1-38b1-4c87-95c1-cf68a36b40f0\",\r\n \"\ disableBgpRoutePropagation\": false,\r\n \"routes\": []\r\n }\r\n}" headers: cache-control: @@ -187,9 +187,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:16 GMT + - Fri, 08 Nov 2019 03:20:47 GMT etag: - - W/"fb3eae54-ce59-4d30-8c87-cae0d89f335f" + - W/"cabbc595-d9f0-4425-a591-f3c9074d84b0" expires: - '-1' pragma: @@ -206,7 +206,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8d522fb9-b8a4-4317-99e8-9b544395c5de + - 534000f6-7247-48cf-bac4-843693bcd92a status: code: 200 message: OK @@ -221,7 +221,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -230,10 +230,10 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyroutetableb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"fb3eae54-ce59-4d30-8c87-cae0d89f335f\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"cabbc595-d9f0-4425-a591-f3c9074d84b0\\\"\",\r\ \n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"cdeab787-3552-4374-9176-838f11a24f88\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"1dfce7c1-38b1-4c87-95c1-cf68a36b40f0\"\ ,\r\n \"disableBgpRoutePropagation\": false,\r\n \"routes\"\ : []\r\n }\r\n }\r\n ]\r\n}" headers: @@ -244,7 +244,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:16 GMT + - Fri, 08 Nov 2019 03:20:47 GMT expires: - '-1' pragma: @@ -261,7 +261,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eabd0688-29d5-4cbc-b205-b9d90629edfc + - 12742a36-355c-4b43-981a-1e6c1e5d4f0a status: code: 200 message: OK @@ -276,7 +276,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -285,10 +285,10 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyroutetableb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"fb3eae54-ce59-4d30-8c87-cae0d89f335f\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"cabbc595-d9f0-4425-a591-f3c9074d84b0\\\"\",\r\ \n \"type\": \"Microsoft.Network/routeTables\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"cdeab787-3552-4374-9176-838f11a24f88\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"1dfce7c1-38b1-4c87-95c1-cf68a36b40f0\"\ ,\r\n \"disableBgpRoutePropagation\": false,\r\n \"routes\"\ : []\r\n }\r\n }\r\n ]\r\n}" headers: @@ -299,7 +299,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:16 GMT + - Fri, 08 Nov 2019 03:20:47 GMT expires: - '-1' pragma: @@ -316,7 +316,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 649a36f9-c0de-4a19-879f-914ad821e49d + - 580f64af-4d04-432c-9aed-23dec4771309 status: code: 200 message: OK @@ -335,7 +335,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -343,21 +343,22 @@ interactions: response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"959dc85e-27ed-4e06-852d-d7ba1cf099e2\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"3a40c14f-382e-44ce-aba9-07ebaea5d47e\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ - addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\"\r\n },\r\ - \n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n}" + addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ + \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ + \r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d42e684b-e31b-4dec-a71b-1087eb29c092?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ec37f36e-fbf6-451c-8be7-6e8f1a49309e?api-version=2019-09-01 cache-control: - no-cache content-length: - - '469' + - '499' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:17 GMT + - Fri, 08 Nov 2019 03:20:48 GMT expires: - '-1' pragma: @@ -370,9 +371,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 45c361a5-f4a2-43f8-b339-3c2abbba3691 + - 7e398455-324e-457e-bfb5-95cd5d44e0bb x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -387,9 +388,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d42e684b-e31b-4dec-a71b-1087eb29c092?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ec37f36e-fbf6-451c-8be7-6e8f1a49309e?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -401,7 +402,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:28 GMT + - Fri, 08 Nov 2019 03:20:59 GMT expires: - '-1' pragma: @@ -418,7 +419,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 37e728c9-920e-41a1-a75d-62657e8aad90 + - 29f9542a-cb81-4471-a003-584773e3e7e7 status: code: 200 message: OK @@ -433,27 +434,28 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"ca4993f8-a4ac-4593-9334-190c9c10b7f0\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4ed68bd8-0106-4926-8840-8af286ef5cd0\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ - addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\"\r\n },\r\ - \n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n}" + addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ + \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ + \r\n}" headers: cache-control: - no-cache content-length: - - '470' + - '500' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:28 GMT + - Fri, 08 Nov 2019 03:21:00 GMT etag: - - W/"ca4993f8-a4ac-4593-9334-190c9c10b7f0" + - W/"4ed68bd8-0106-4926-8840-8af286ef5cd0" expires: - '-1' pragma: @@ -470,7 +472,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c0b7d120-5070-4038-abd0-03d6b8309b95 + - 3426cc31-4d27-4332-af3c-29525d5c87a3 status: code: 200 message: OK @@ -485,7 +487,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -493,21 +495,22 @@ interactions: response: body: string: "{\r\n \"name\": \"pyrouteb6760c2d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"ca4993f8-a4ac-4593-9334-190c9c10b7f0\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4ed68bd8-0106-4926-8840-8af286ef5cd0\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ - addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\"\r\n },\r\ - \n \"type\": \"Microsoft.Network/routeTables/routes\"\r\n}" + addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\": \"None\",\r\n \ + \ \"hasBgpOverride\": false\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ + \r\n}" headers: cache-control: - no-cache content-length: - - '470' + - '500' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:28 GMT + - Fri, 08 Nov 2019 03:21:00 GMT etag: - - W/"ca4993f8-a4ac-4593-9334-190c9c10b7f0" + - W/"4ed68bd8-0106-4926-8840-8af286ef5cd0" expires: - '-1' pragma: @@ -524,7 +527,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eaadbcb8-eb57-4b19-9439-994c5cd092e4 + - 93516cf9-6fe3-43de-ba3c-a082aaf73ab4 status: code: 200 message: OK @@ -539,7 +542,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -548,20 +551,20 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyrouteb6760c2d\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_routesb6760c2d/providers/Microsoft.Network/routeTables/pyroutetableb6760c2d/routes/pyrouteb6760c2d\"\ - ,\r\n \"etag\": \"W/\\\"ca4993f8-a4ac-4593-9334-190c9c10b7f0\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"4ed68bd8-0106-4926-8840-8af286ef5cd0\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.1.0.0/16\",\r\n \"nextHopType\"\ - : \"None\"\r\n },\r\n \"type\": \"Microsoft.Network/routeTables/routes\"\ - \r\n }\r\n ]\r\n}" + : \"None\",\r\n \"hasBgpOverride\": false\r\n },\r\n \"type\"\ + : \"Microsoft.Network/routeTables/routes\"\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '539' + - '573' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:29 GMT + - Fri, 08 Nov 2019 03:21:00 GMT expires: - '-1' pragma: @@ -578,7 +581,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d7c4d62c-1c08-4254-a87f-8797f2efd014 + - 77bd8809-4408-4221-9df6-809a1bd1d733 status: code: 200 message: OK @@ -595,7 +598,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -605,17 +608,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/57313418-aff5-4752-9ca8-9c6690bb8fb8?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f5143be5-7dca-4be2-a39a-260b76815d5f?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:11:29 GMT + - Fri, 08 Nov 2019 03:21:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/57313418-aff5-4752-9ca8-9c6690bb8fb8?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/f5143be5-7dca-4be2-a39a-260b76815d5f?api-version=2019-09-01 pragma: - no-cache server: @@ -626,9 +629,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a5b47b5-774c-4c64-8af5-8bd88904d991 + - 2b357623-4a04-4669-b3d7-1ab9e1b66c63 x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -643,9 +646,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/57313418-aff5-4752-9ca8-9c6690bb8fb8?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f5143be5-7dca-4be2-a39a-260b76815d5f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -657,7 +660,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:41 GMT + - Fri, 08 Nov 2019 03:21:11 GMT expires: - '-1' pragma: @@ -674,7 +677,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ff9c8229-e40e-4a6c-b034-34afbe602c61 + - cf15df06-699f-4056-b9e8-ccfae7285ef9 status: code: 200 message: OK @@ -691,7 +694,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -701,17 +704,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/36d750db-dbf1-4e9c-ac34-3b4656f43c4d?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/870767d2-1059-4270-a9e3-c10c2a9a76f2?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:11:41 GMT + - Fri, 08 Nov 2019 03:21:12 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/36d750db-dbf1-4e9c-ac34-3b4656f43c4d?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/870767d2-1059-4270-a9e3-c10c2a9a76f2?api-version=2019-09-01 pragma: - no-cache server: @@ -722,9 +725,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc14d452-63d4-4a86-911d-ea5affd1ef5c + - 1107689c-d434-4b69-8cc7-39dd169b7256 x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14998' status: code: 202 message: Accepted @@ -739,9 +742,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/36d750db-dbf1-4e9c-ac34-3b4656f43c4d?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/870767d2-1059-4270-a9e3-c10c2a9a76f2?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -753,7 +756,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:11:52 GMT + - Fri, 08 Nov 2019 03:21:23 GMT expires: - '-1' pragma: @@ -770,7 +773,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c33bc27f-e592-4bd7-88de-15bcf2d1b76e + - e176d9ed-72d7-47f2-ae8d-2c6e7824bbb7 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml index 8e584eab2615..d6410abacb42 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_subnets.yaml @@ -17,7 +17,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -25,16 +25,16 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"923c09e1-7f5f-4ab8-a748-3b118c95aab8\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"83f89f3f-74af-4d38-b8ff-6f2e19cbe50f\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"f056a1ab-bb34-4955-ab2f-4c6f36e7143f\",\r\n \"\ + \ \"resourceGuid\": \"57e9e22a-5ec2-4142-92a1-246c4265eefd\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"923c09e1-7f5f-4ab8-a748-3b118c95aab8\\\"\"\ + ,\r\n \"etag\": \"W/\\\"83f89f3f-74af-4d38-b8ff-6f2e19cbe50f\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -44,7 +44,7 @@ interactions: : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4d6b6310-28f4-4e70-be6a-9d3775981681?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/182621ef-aa19-44f3-97a0-cac9efbb21ff?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -52,7 +52,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:08 GMT + - Fri, 08 Nov 2019 03:21:40 GMT expires: - '-1' pragma: @@ -65,9 +65,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4bacfa1f-30a6-4d52-a32a-ed4f776a8045 + - 4ee5297f-92c9-4fbb-a049-498f1d93f430 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -82,9 +82,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4d6b6310-28f4-4e70-be6a-9d3775981681?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/182621ef-aa19-44f3-97a0-cac9efbb21ff?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -96,7 +96,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:12 GMT + - Fri, 08 Nov 2019 03:21:43 GMT expires: - '-1' pragma: @@ -113,7 +113,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5e732765-0136-4738-a38b-eecbabdd2e8f + - 14435ee9-a953-40e3-b146-23841ad8cca2 status: code: 200 message: OK @@ -128,22 +128,22 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"cf03aa7a-b2a8-4341-b744-5a2fdceb7494\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"03da76d3-3919-48b1-9baf-e1b386e59b81\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"f056a1ab-bb34-4955-ab2f-4c6f36e7143f\",\r\n \"\ + \ \"resourceGuid\": \"57e9e22a-5ec2-4142-92a1-246c4265eefd\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"cf03aa7a-b2a8-4341-b744-5a2fdceb7494\\\"\"\ + ,\r\n \"etag\": \"W/\\\"03da76d3-3919-48b1-9baf-e1b386e59b81\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -159,9 +159,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:12 GMT + - Fri, 08 Nov 2019 03:21:43 GMT etag: - - W/"cf03aa7a-b2a8-4341-b744-5a2fdceb7494" + - W/"03da76d3-3919-48b1-9baf-e1b386e59b81" expires: - '-1' pragma: @@ -178,7 +178,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ed50123-415f-402a-8e52-cc7d85fda909 + - fe6af20b-c91d-47ae-bae5-cf9255143e78 status: code: 200 message: OK @@ -197,7 +197,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -205,14 +205,14 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"f51c2e9f-4243-4e10-a547-aa1f2dd51ba9\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"8f2b36e9-0f7a-465a-be16-2160ab7e4d5f\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/15c29e94-b7b1-4158-bf32-79be4d0ab3b3?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c8f09b8a-f8f0-45a0-8df0-46c280758532?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -220,7 +220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:13 GMT + - Fri, 08 Nov 2019 03:21:45 GMT expires: - '-1' pragma: @@ -233,9 +233,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 56bc6f55-b2cd-4491-9ca9-e6c9a4f95c37 + - 82c6e408-55c5-418d-b6c4-0fdc85984a88 x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 201 message: Created @@ -250,9 +250,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/15c29e94-b7b1-4158-bf32-79be4d0ab3b3?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c8f09b8a-f8f0-45a0-8df0-46c280758532?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -264,7 +264,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:17 GMT + - Fri, 08 Nov 2019 03:21:49 GMT expires: - '-1' pragma: @@ -281,7 +281,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cb832255-fa1b-407d-a39b-295061254ccf + - 119dc36d-43a5-44e1-81d0-6f0a22cc44a8 status: code: 200 message: OK @@ -296,13 +296,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -315,9 +315,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:18 GMT + - Fri, 08 Nov 2019 03:21:49 GMT etag: - - W/"83244fca-9923-4dd3-a293-498792f1aadd" + - W/"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9" expires: - '-1' pragma: @@ -334,7 +334,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8846d91a-7ab8-40c2-8c36-17e24994fbfc + - 0b9a008c-e47e-4dc8-bc19-7a4363aee44a status: code: 200 message: OK @@ -349,7 +349,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -357,16 +357,16 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnetc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"f056a1ab-bb34-4955-ab2f-4c6f36e7143f\",\r\n \"\ + \ \"resourceGuid\": \"57e9e22a-5ec2-4142-92a1-246c4265eefd\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\"\ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -374,7 +374,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\"\ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -390,9 +390,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:18 GMT + - Fri, 08 Nov 2019 03:21:49 GMT etag: - - W/"83244fca-9923-4dd3-a293-498792f1aadd" + - W/"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9" expires: - '-1' pragma: @@ -409,7 +409,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d8fabdb5-d48c-4890-90b8-f45d63d50a82 + - e0297771-f2ec-48e4-a458-2f26a592d9df status: code: 200 message: OK @@ -424,7 +424,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -432,7 +432,7 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -445,9 +445,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:18 GMT + - Fri, 08 Nov 2019 03:21:50 GMT etag: - - W/"83244fca-9923-4dd3-a293-498792f1aadd" + - W/"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9" expires: - '-1' pragma: @@ -464,7 +464,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 97e2cb0d-e29e-4bf9-80af-62a043b8edd1 + - 584daa15-ca35-4040-b79c-ced87b460df8 status: code: 200 message: OK @@ -479,7 +479,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -488,14 +488,14 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pysubnetonec2cc0c8f\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnetonec2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n },\r\n\ \ {\r\n \"name\": \"pysubnettwoc2cc0c8f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_subnetsc2cc0c8f/providers/Microsoft.Network/virtualNetworks/pysubnetc2cc0c8f/subnets/pysubnettwoc2cc0c8f\"\ - ,\r\n \"etag\": \"W/\\\"83244fca-9923-4dd3-a293-498792f1aadd\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"0e13f7c7-99be-4a44-b66c-99d19fc4d4b9\\\"\",\r\ \n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -510,7 +510,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:18 GMT + - Fri, 08 Nov 2019 03:21:50 GMT expires: - '-1' pragma: @@ -527,7 +527,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f4f4ab31-5845-4091-8521-6d6afab729d6 + - cba15232-da20-4ef9-bcc2-2b57a0d35964 status: code: 200 message: OK @@ -544,7 +544,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -554,17 +554,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e94540a3-8159-41c0-9f62-c56a7a63fd30?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/24f8d1a3-db91-407a-8b70-bfbfc222e514?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:12:19 GMT + - Fri, 08 Nov 2019 03:21:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/e94540a3-8159-41c0-9f62-c56a7a63fd30?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/24f8d1a3-db91-407a-8b70-bfbfc222e514?api-version=2019-09-01 pragma: - no-cache server: @@ -575,9 +575,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09b04127-f8f4-4ee8-82b6-3f157f463ec9 + - 5958bcbc-33e3-4f21-acfc-d51a8a6a3e09 x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14999' status: code: 202 message: Accepted @@ -592,9 +592,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e94540a3-8159-41c0-9f62-c56a7a63fd30?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/24f8d1a3-db91-407a-8b70-bfbfc222e514?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -606,7 +606,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:30 GMT + - Fri, 08 Nov 2019 03:22:01 GMT expires: - '-1' pragma: @@ -623,7 +623,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 97710af3-c091-4e79-bd06-f036d23258af + - 9cbce308-edfa-4354-8f0c-4ed1bad43a90 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml index 1dd13670e3e6..653f72cb733b 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_usages.yaml @@ -10,35 +10,35 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages?api-version=2019-09-01 response: body: - string: "{\r\n \"value\": [\r\n {\r\n \"currentValue\": 20,\r\n \ + string: "{\r\n \"value\": [\r\n {\r\n \"currentValue\": 12,\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/VirtualNetworks\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Virtual Networks\",\r\n \"value\": \"VirtualNetworks\"\r\n \ \ },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 3,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StaticPublicIPAddresses\"\ + : 1,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StaticPublicIPAddresses\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Static Public IP Addresses\",\r\n \"value\": \"StaticPublicIPAddresses\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 10,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/NetworkSecurityGroups\"\ + : 12,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/NetworkSecurityGroups\"\ ,\r\n \"limit\": 5000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Network Security Groups\",\r\n \"value\": \"NetworkSecurityGroups\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 21,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/PublicIPAddresses\"\ + : 19,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/PublicIPAddresses\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Public IP Addresses\",\r\n \"value\": \"PublicIPAddresses\"\r\n\ \ },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 0,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/PublicIpPrefixes\"\ + : 1,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/PublicIpPrefixes\"\ ,\r\n \"limit\": 2147483647,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Public Ip Prefixes\",\r\n \"value\": \"PublicIpPrefixes\"\r\n \ \ },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 12,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/NetworkInterfaces\"\ + : 14,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/NetworkInterfaces\"\ ,\r\n \"limit\": 65536,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Network Interfaces\",\r\n \"value\": \"NetworkInterfaces\"\r\n\ \ },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ @@ -50,7 +50,7 @@ interactions: ,\r\n \"limit\": 2147483647,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Private Endpoint Redirect Maps\",\r\n \"value\": \"PrivateEndpointRedirectMaps\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 4,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/LoadBalancers\"\ + : 2,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/LoadBalancers\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Load Balancers\",\r\n \"value\": \"LoadBalancers\"\r\n },\r\ \n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\":\ @@ -58,7 +58,7 @@ interactions: ,\r\n \"limit\": 800,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Private Link Services\",\r\n \"value\": \"PrivateLinkServices\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 0,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/ApplicationGateways\"\ + : 2,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/ApplicationGateways\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Application Gateways\",\r\n \"value\": \"ApplicationGateways\"\r\ \n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ @@ -98,11 +98,11 @@ interactions: ,\r\n \"limit\": 200,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Network Intent Policies\",\r\n \"value\": \"NetworkIntentPolicies\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 1,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StandardSkuLoadBalancers\"\ + : 0,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StandardSkuLoadBalancers\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Standard Sku Load Balancers\",\r\n \"value\": \"StandardSkuLoadBalancers\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ - : 3,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StandardSkuPublicIpAddresses\"\ + : 1,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/usages/StandardSkuPublicIpAddresses\"\ ,\r\n \"limit\": 1000,\r\n \"name\": {\r\n \"localizedValue\"\ : \"Standard Sku Public IP Addresses\",\r\n \"value\": \"StandardSkuPublicIpAddresses\"\ \r\n },\r\n \"unit\": \"Count\"\r\n },\r\n {\r\n \"currentValue\"\ @@ -186,7 +186,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:35 GMT + - Fri, 08 Nov 2019 03:22:07 GMT expires: - '-1' pragma: @@ -203,7 +203,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - be262c58-d8b0-4113-87e2-738c2b065310 + - da39d141-f5a3-467e-a897-0e9ae0a3be33 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml index 7e6f0c534d7a..8c8353f189f6 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_network_gateway_operations.yaml @@ -15,7 +15,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -23,17 +23,17 @@ interactions: response: body: string: "{\r\n \"name\": \"pyvirtnetb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"3eff4964-6288-4472-855a-935b38c4be95\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"4df07ec6-c495-41ee-afb5-6868d417af2c\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"4dc1befd-0e17-465e-90f3-251856f22a7a\",\r\n \"\ + \ \"resourceGuid\": \"61abac71-f411-4fab-80e7-5145562c7dbd\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.11.0.0/16\"\ ,\r\n \"10.12.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\ \n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\ \n \"enableVmProtection\": false\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/64a467b8-cdbd-40b4-9aff-03c58bf6bf63?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/59c63598-0f09-4446-9caa-c0a3ce124868?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -41,7 +41,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:47 GMT + - Fri, 08 Nov 2019 03:22:18 GMT expires: - '-1' pragma: @@ -54,9 +54,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 359d595f-434b-4ae3-ba6f-095500ba235f + - 8c1280a3-5180-4797-b33c-452f025c96a7 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -71,9 +71,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/64a467b8-cdbd-40b4-9aff-03c58bf6bf63?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/59c63598-0f09-4446-9caa-c0a3ce124868?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -85,7 +85,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:50 GMT + - Fri, 08 Nov 2019 03:22:23 GMT expires: - '-1' pragma: @@ -102,7 +102,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ba29968-b669-48dc-ae6c-287dba17229c + - 4179a567-2074-4517-92ac-4e604597a44b status: code: 200 message: OK @@ -117,16 +117,16 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyvirtnetb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"3a8b4b22-7c11-4ab8-be8a-23739a784a10\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"5a7296e6-a3a7-488a-8a48-629e0ea5d684\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"4dc1befd-0e17-465e-90f3-251856f22a7a\",\r\n \"\ + \ \"resourceGuid\": \"61abac71-f411-4fab-80e7-5145562c7dbd\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.11.0.0/16\"\ ,\r\n \"10.12.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [],\r\ \n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\ @@ -139,9 +139,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:51 GMT + - Fri, 08 Nov 2019 03:22:23 GMT etag: - - W/"3a8b4b22-7c11-4ab8-be8a-23739a784a10" + - W/"5a7296e6-a3a7-488a-8a48-629e0ea5d684" expires: - '-1' pragma: @@ -158,7 +158,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 73c593c5-7101-48e5-9534-ba06c0df9d71 + - 3e5ea400-18f2-4d22-9c21-271eb0908e24 status: code: 200 message: OK @@ -177,7 +177,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -185,14 +185,14 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnetfeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"f7e3941c-f6ec-42da-85ac-f088a62f4bd2\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"53828290-db12-470a-9a6b-d2004a99052e\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.11.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/94156f7a-e555-4f3d-8869-ded81e24dddc?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/56e89788-13fd-483c-ab20-860319fda0b9?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -200,7 +200,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:51 GMT + - Fri, 08 Nov 2019 03:22:24 GMT expires: - '-1' pragma: @@ -213,9 +213,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c84b24a5-e836-4a74-bb5c-84690cbd6bca + - c784c0a2-ef6b-4370-9543-629b04bb6859 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -230,9 +230,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/94156f7a-e555-4f3d-8869-ded81e24dddc?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/56e89788-13fd-483c-ab20-860319fda0b9?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -244,7 +244,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:55 GMT + - Fri, 08 Nov 2019 03:22:27 GMT expires: - '-1' pragma: @@ -261,7 +261,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5243ab9b-be93-408f-9957-78a459bbe341 + - c494ae6f-e9d2-4304-90c8-4404864789ee status: code: 200 message: OK @@ -276,13 +276,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysubnetfeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"ad2c09e5-2f7c-47d6-84f3-24726a4f8412\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"54745e61-2092-444f-a889-e3f2447a594e\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.11.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -295,9 +295,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:55 GMT + - Fri, 08 Nov 2019 03:22:28 GMT etag: - - W/"ad2c09e5-2f7c-47d6-84f3-24726a4f8412" + - W/"54745e61-2092-444f-a889-e3f2447a594e" expires: - '-1' pragma: @@ -314,7 +314,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2840d693-22c1-4272-8a7a-f24244bf0537 + - c7ad7519-165d-463b-bbca-06d394676f86 status: code: 200 message: OK @@ -333,7 +333,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -341,14 +341,14 @@ interactions: response: body: string: "{\r\n \"name\": \"pysubnetbeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"162e504b-2d90-48c2-ba38-ebfc52bfcc0b\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"527b9ceb-d082-4ba4-97c4-b6a9f32ddd84\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.12.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ \n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/617e70c6-643a-4b27-9952-32eda586c5ef?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2bfd9f7d-e284-46e6-b266-436ffa043fa7?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -356,7 +356,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:12:56 GMT + - Fri, 08 Nov 2019 03:22:29 GMT expires: - '-1' pragma: @@ -369,9 +369,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1cd7a004-13a0-4fef-b9a6-ac619d1e1339 + - 9f99cbad-5dfe-4007-b2cd-1ebe89c484d3 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 201 message: Created @@ -386,9 +386,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/617e70c6-643a-4b27-9952-32eda586c5ef?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2bfd9f7d-e284-46e6-b266-436ffa043fa7?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -400,7 +400,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:00 GMT + - Fri, 08 Nov 2019 03:22:33 GMT expires: - '-1' pragma: @@ -417,7 +417,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1bb3d117-c060-45db-9eed-79557e9dd7db + - 04ac3e11-8023-4722-8df8-9b3fd723fd65 status: code: 200 message: OK @@ -432,13 +432,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pysubnetbeb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"268ecd12-1841-4156-b2e0-521f2800d7e9\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"14a35530-532a-4ecb-ab07-7febeff890dc\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.12.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ : \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\ @@ -451,9 +451,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:00 GMT + - Fri, 08 Nov 2019 03:22:33 GMT etag: - - W/"268ecd12-1841-4156-b2e0-521f2800d7e9" + - W/"14a35530-532a-4ecb-ab07-7febeff890dc" expires: - '-1' pragma: @@ -470,7 +470,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0e4e1bd7-d777-4582-9c0a-082f07f0ac38 + - eb9e9d03-34c5-4baa-afe0-e7dab3d187be status: code: 200 message: OK @@ -489,7 +489,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -497,7 +497,7 @@ interactions: response: body: string: "{\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet\"\ - ,\r\n \"etag\": \"W/\\\"1077cf82-e0f3-4b73-8c9e-9e91e94f7827\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"cd61aca9-a986-49d7-b4ed-2b529073a0d1\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.12.255.0/27\",\r\n \"delegations\": [],\r\n \"\ privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ @@ -505,7 +505,7 @@ interactions: \r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/695228e4-f258-4396-9c95-6312e0a1dff8?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/014e29aa-9d67-4c73-a3c2-eae873567a55?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -513,7 +513,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:01 GMT + - Fri, 08 Nov 2019 03:22:34 GMT expires: - '-1' pragma: @@ -526,9 +526,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ab791e35-7664-4583-acb8-efdfacb15504 + - 8ea0fe95-eb2b-44ae-a672-f9255b018133 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 201 message: Created @@ -543,9 +543,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/695228e4-f258-4396-9c95-6312e0a1dff8?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/014e29aa-9d67-4c73-a3c2-eae873567a55?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -557,7 +557,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:06 GMT + - Fri, 08 Nov 2019 03:22:39 GMT expires: - '-1' pragma: @@ -574,7 +574,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 199e8b44-e3d4-494b-8e53-c52150894101 + - 70f4f62b-d25f-44a0-886a-bfc93bf113c5 status: code: 200 message: OK @@ -589,13 +589,13 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet\"\ - ,\r\n \"etag\": \"W/\\\"f16e145f-09aa-4dcf-bfe6-5343c38de662\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"59e6523c-2e92-472c-9a6e-f1205f91d5bb\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.12.255.0/27\",\r\n \"delegations\": [],\r\n \"\ privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ @@ -609,9 +609,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:06 GMT + - Fri, 08 Nov 2019 03:22:39 GMT etag: - - W/"f16e145f-09aa-4dcf-bfe6-5343c38de662" + - W/"59e6523c-2e92-472c-9a6e-f1205f91d5bb" expires: - '-1' pragma: @@ -628,7 +628,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0ffcda0a-b10a-414f-98f0-9f1509f6bf63 + - c62c7ec3-dbc0-4753-a52d-a1acf6a81f20 status: code: 200 message: OK @@ -648,7 +648,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -656,25 +656,25 @@ interactions: response: body: string: "{\r\n \"name\": \"pyipnameb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"b4918d7b-3bc9-45a8-864d-b4849772b539\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"d7dc5b2f-9224-44ff-97eb-83e9aee81296\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\ - \n \"resourceGuid\": \"9e19617b-0fc3-4ba1-b60a-211dcd6076e7\",\r\n \"\ + \n \"resourceGuid\": \"bfcdd077-172d-4805-872a-e002a17403ae\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/75e29491-cb1d-491e-8e66-035bdaee8c08?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/004e5971-ae40-4673-ad62-c26301858839?api-version=2019-09-01 cache-control: - no-cache content-length: - - '734' + - '709' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:08 GMT + - Fri, 08 Nov 2019 03:22:42 GMT expires: - '-1' pragma: @@ -687,9 +687,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 47840755-14d8-4731-ba7f-6e1f8e1864e9 + - 3527574d-aa01-4c71-beed-7afe743ace05 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1194' status: code: 201 message: Created @@ -704,9 +704,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/75e29491-cb1d-491e-8e66-035bdaee8c08?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/004e5971-ae40-4673-ad62-c26301858839?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -718,7 +718,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:09 GMT + - Fri, 08 Nov 2019 03:22:43 GMT expires: - '-1' pragma: @@ -735,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 432a08c9-ea3f-45ad-b8e4-fe600c54753f + - 6aa8e150-4354-45f4-a8c8-7c82b7f2c08d status: code: 200 message: OK @@ -750,31 +750,31 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyipnameb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"ce049c5a-e5e4-457b-bbd3-4e624477d01a\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"a189806d-551b-4ff5-9c8b-ba674650393a\\\"\",\r\n \ \ \"location\": \"westus\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n\ \ },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\ - \n \"resourceGuid\": \"9e19617b-0fc3-4ba1-b60a-211dcd6076e7\",\r\n \"\ + \n \"resourceGuid\": \"bfcdd077-172d-4805-872a-e002a17403ae\",\r\n \"\ publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"\ Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\"\ - : {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" + : {\r\n \"name\": \"Basic\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '735' + - '710' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:09 GMT + - Fri, 08 Nov 2019 03:22:44 GMT etag: - - W/"ce049c5a-e5e4-457b-bbd3-4e624477d01a" + - W/"a189806d-551b-4ff5-9c8b-ba674650393a" expires: - '-1' pragma: @@ -791,16 +791,16 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d1624d20-2317-49dc-8a5c-2e4cc1f253d2 + - ec3371a7-3c2a-439c-aeaf-fdb16fe6b9a2 status: code: 200 message: OK - request: - body: '{"location": "westus", "properties": {"ipConfigurations": [{"properties": - {"privateIPAllocationMethod": "Dynamic", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet"}, + body: 'b''b\''b\\\''{"location": "westus", "properties": {"ipConfigurations": + [{"properties": {"privateIPAllocationMethod": "Dynamic", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet"}, "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/publicIPAddresses/pyipnameb4d417ef"}}, "name": "default"}], "gatewayType": "VPN", "vpnType": "RouteBased", "enableBgp": - false, "sku": {"name": "Standard", "tier": "Standard"}}}' + false, "sku": {"name": "Standard", "tier": "Standard"}}}\\\''\''''' headers: Accept: - application/json @@ -814,7 +814,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -822,13 +822,13 @@ interactions: response: body: string: "{\r\n \"name\": \"pyvngb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"a8f3f56b-3e71-4835-98d0-80c282ec76ba\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"beec9a87-e8fc-4f24-a63d-10c48efc401d\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ - ,\r\n \"resourceGuid\": \"8da9e6ab-660e-439d-ae18-db43d93dd506\",\r\n \ + ,\r\n \"resourceGuid\": \"3788874e-0a1a-426b-8fa6-94c270347b2f\",\r\n \ \ \"packetCaptureDiagnosticState\": \"None\",\r\n \"ipConfigurations\"\ : [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default\"\ - ,\r\n \"etag\": \"W/\\\"a8f3f56b-3e71-4835-98d0-80c282ec76ba\\\"\"\ + ,\r\n \"etag\": \"W/\\\"beec9a87-e8fc-4f24-a63d-10c48efc401d\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -845,7 +845,7 @@ interactions: }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -853,7 +853,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:11 GMT + - Fri, 08 Nov 2019 03:22:46 GMT expires: - '-1' pragma: @@ -866,9 +866,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b860004-d7af-4746-8f7d-57e66d609727 + - 091a792f-9310-4c7a-947d-2daf8a0572f7 x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 201 message: Created @@ -883,9 +883,515 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:22:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 41e515b8-9cea-4c24-8b1a-3c506e290ce4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 3474e647-9fdb-48cf-ad4b-547bbbdda443 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - feeb3bf9-b2ce-4f8e-a288-0ebf575f8da7 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 29ca10a8-2069-4524-9c11-c840b5a45224 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - b3435ff9-7d8e-4687-b451-85c71d256c0d + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 6ab9a780-0128-447c-af81-27cdf77ab8d2 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:23:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 06ffc18f-7921-440f-84d0-2bf1575cfdc3 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:24:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9c07ca14-5ed2-4260-9be7-fe065e47e28f + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:24:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 5634c829-b6aa-4eb3-9752-0e1f52677116 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:24:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - ed18539a-7468-489c-a30f-127bebe9816b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 08 Nov 2019 03:24:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 823c3e56-b895-4800-be07-b688e16368d1 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -897,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:23 GMT + - Fri, 08 Nov 2019 03:24:51 GMT expires: - '-1' pragma: @@ -914,7 +1420,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2f1ccd1d-bdf8-42a0-90d6-b5a19d3b7e5e + - b084c3db-bb57-4d70-9686-4a425a598b4d status: code: 200 message: OK @@ -929,9 +1435,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -943,7 +1449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:33 GMT + - Fri, 08 Nov 2019 03:25:02 GMT expires: - '-1' pragma: @@ -960,7 +1466,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 412bf615-6106-4260-ab01-e67de7b4ca37 + - c72d86d3-7cb3-408b-8e3e-4e7f5aac5557 status: code: 200 message: OK @@ -975,9 +1481,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -989,7 +1495,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:43 GMT + - Fri, 08 Nov 2019 03:25:12 GMT expires: - '-1' pragma: @@ -1006,7 +1512,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - de77f42d-64aa-44dd-becc-5845a58f5b7e + - 4238b027-b8ae-4539-849e-8281b422893d status: code: 200 message: OK @@ -1021,9 +1527,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1035,7 +1541,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:13:53 GMT + - Fri, 08 Nov 2019 03:25:22 GMT expires: - '-1' pragma: @@ -1052,7 +1558,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ff61a42-4318-42aa-b097-8edd5fc02570 + - ad0ca0af-0309-47ff-a091-6052410ec77f status: code: 200 message: OK @@ -1067,9 +1573,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1081,7 +1587,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:03 GMT + - Fri, 08 Nov 2019 03:25:33 GMT expires: - '-1' pragma: @@ -1098,7 +1604,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe20200b-84b8-499e-9fc1-d48a68e79c05 + - 1be45658-f9c5-41dc-ac81-cbe2638c5ac3 status: code: 200 message: OK @@ -1113,9 +1619,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1127,7 +1633,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:13 GMT + - Fri, 08 Nov 2019 03:25:43 GMT expires: - '-1' pragma: @@ -1144,7 +1650,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ff9ec85e-a6fb-4b7d-983e-cc9a4346bc68 + - e2c40fd1-90d3-40c3-9663-171f33a85bdd status: code: 200 message: OK @@ -1159,9 +1665,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1173,7 +1679,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:24 GMT + - Fri, 08 Nov 2019 03:25:53 GMT expires: - '-1' pragma: @@ -1190,7 +1696,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5cfc9ab8-be19-4cc8-a7b2-93713fcc4114 + - 4e4d7216-f764-4e8a-a1a9-56ad2a11c609 status: code: 200 message: OK @@ -1205,9 +1711,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1219,7 +1725,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:34 GMT + - Fri, 08 Nov 2019 03:26:03 GMT expires: - '-1' pragma: @@ -1236,7 +1742,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 44f25e16-a6c3-4300-b49c-bd84866b8259 + - daf19bd7-b8a8-4e66-b5bb-33a0aa94ba70 status: code: 200 message: OK @@ -1251,9 +1757,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1265,7 +1771,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:45 GMT + - Fri, 08 Nov 2019 03:26:14 GMT expires: - '-1' pragma: @@ -1282,7 +1788,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a73140ca-961f-48d7-a6b7-a036c60f06a9 + - 6ffbc6f8-1fe8-4a00-a800-073d348ca263 status: code: 200 message: OK @@ -1297,9 +1803,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1311,7 +1817,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:14:56 GMT + - Fri, 08 Nov 2019 03:26:24 GMT expires: - '-1' pragma: @@ -1328,7 +1834,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a1e9d8e7-5a69-46bf-8374-78dff088d533 + - b1b2d33d-1f02-41f2-8067-a67bdea7c8e3 status: code: 200 message: OK @@ -1343,9 +1849,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1357,7 +1863,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:06 GMT + - Fri, 08 Nov 2019 03:26:34 GMT expires: - '-1' pragma: @@ -1374,7 +1880,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a84afee4-23d8-4b93-906f-c92cadcf6c13 + - bdbfa30c-f830-45a7-99ae-52d2fd744074 status: code: 200 message: OK @@ -1389,9 +1895,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1403,7 +1909,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:16 GMT + - Fri, 08 Nov 2019 03:26:46 GMT expires: - '-1' pragma: @@ -1420,7 +1926,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fcb65122-c330-4f34-a73e-663f2537eca9 + - f665a7e0-a1f6-4988-b4e0-67c01fb38fbb status: code: 200 message: OK @@ -1435,9 +1941,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1449,7 +1955,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:26 GMT + - Fri, 08 Nov 2019 03:26:56 GMT expires: - '-1' pragma: @@ -1466,7 +1972,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7ead09e8-21ba-4d88-bc93-801c6fd44bd4 + - c28f3a68-dcd8-4032-83ef-0ddfc7543826 status: code: 200 message: OK @@ -1481,9 +1987,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1495,7 +2001,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:36 GMT + - Fri, 08 Nov 2019 03:27:06 GMT expires: - '-1' pragma: @@ -1512,7 +2018,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - abbfd9c0-fe40-473b-a695-94b2954dff51 + - f95226d9-2f67-474d-9dd3-7237b2220379 status: code: 200 message: OK @@ -1527,9 +2033,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1541,7 +2047,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:47 GMT + - Fri, 08 Nov 2019 03:27:16 GMT expires: - '-1' pragma: @@ -1558,7 +2064,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4692b68d-810b-4212-ba68-6a2191613765 + - 4ede8252-f651-4d42-8dfb-b267d2328ad0 status: code: 200 message: OK @@ -1573,9 +2079,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1587,7 +2093,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:15:57 GMT + - Fri, 08 Nov 2019 03:27:26 GMT expires: - '-1' pragma: @@ -1604,7 +2110,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0d3f8fc0-d2f3-497a-8398-1b56cf6830b8 + - 487d0760-8312-4fa8-b0e1-baa74dcc210b status: code: 200 message: OK @@ -1619,9 +2125,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1633,7 +2139,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:07 GMT + - Fri, 08 Nov 2019 03:27:37 GMT expires: - '-1' pragma: @@ -1650,7 +2156,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9d8fee3-fe81-4b7b-94b5-147f5fdc3685 + - 24430bf2-57d5-4b2e-912d-5e511d79eacc status: code: 200 message: OK @@ -1665,9 +2171,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1679,7 +2185,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:18 GMT + - Fri, 08 Nov 2019 03:27:47 GMT expires: - '-1' pragma: @@ -1696,7 +2202,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bed5783a-dcc8-495e-b99d-5cd2c1421b83 + - 3723480e-d895-40fb-807c-6ead430dc168 status: code: 200 message: OK @@ -1711,9 +2217,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1725,7 +2231,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:29 GMT + - Fri, 08 Nov 2019 03:27:58 GMT expires: - '-1' pragma: @@ -1742,7 +2248,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ac24f11a-3f14-4b4b-93b3-1f81b6efd1f6 + - 5b16fb55-75df-438d-8183-ee600e759f93 status: code: 200 message: OK @@ -1757,9 +2263,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1771,7 +2277,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:39 GMT + - Fri, 08 Nov 2019 03:28:08 GMT expires: - '-1' pragma: @@ -1788,7 +2294,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2d737dce-0957-49be-befa-a4bcccb0a785 + - f407a6ea-0893-4e8d-be82-8152f75d2f59 status: code: 200 message: OK @@ -1803,9 +2309,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1817,7 +2323,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:49 GMT + - Fri, 08 Nov 2019 03:28:18 GMT expires: - '-1' pragma: @@ -1834,7 +2340,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ecb7a6b0-a815-4274-96e4-396629b45e1f + - b9f1ed97-71d9-4230-b44b-26a696c044ca status: code: 200 message: OK @@ -1849,9 +2355,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1863,7 +2369,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:16:59 GMT + - Fri, 08 Nov 2019 03:28:28 GMT expires: - '-1' pragma: @@ -1880,7 +2386,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3520b1cf-f9c5-40fe-a030-a84cdf54a1b6 + - d5d09a34-d932-4a01-ac7b-6aec40fce635 status: code: 200 message: OK @@ -1895,9 +2401,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1909,7 +2415,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:17:10 GMT + - Fri, 08 Nov 2019 03:28:39 GMT expires: - '-1' pragma: @@ -1926,7 +2432,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 977cb7de-ff7b-4a17-8c67-a2f524b14856 + - 0f8eda5e-efbe-44cb-81d6-f0950115ead4 status: code: 200 message: OK @@ -1941,9 +2447,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1955,7 +2461,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:17:20 GMT + - Fri, 08 Nov 2019 03:28:50 GMT expires: - '-1' pragma: @@ -1972,7 +2478,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1e5c0398-cbc2-4efa-b7b3-0f26a6bffa6b + - e37a5e71-23ce-4544-99fb-f0baa136a1eb status: code: 200 message: OK @@ -1987,9 +2493,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2001,7 +2507,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:17:30 GMT + - Fri, 08 Nov 2019 03:29:00 GMT expires: - '-1' pragma: @@ -2018,7 +2524,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e04f0678-a7f6-491d-ba18-5abd40f58ec2 + - 876e1f10-7158-4ff9-a500-00a398624507 status: code: 200 message: OK @@ -2033,9 +2539,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2047,7 +2553,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:17:41 GMT + - Fri, 08 Nov 2019 03:29:11 GMT expires: - '-1' pragma: @@ -2064,7 +2570,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33e1d26b-c79d-4cbb-a452-b287acd0f64e + - d0e10529-77b0-441d-aace-17f8b76bde2d status: code: 200 message: OK @@ -2079,9 +2585,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2093,7 +2599,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:17:51 GMT + - Fri, 08 Nov 2019 03:29:21 GMT expires: - '-1' pragma: @@ -2110,7 +2616,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 82f6e283-ad7b-421f-bd78-3f8185eb08ee + - f14a9092-0b4f-46c6-9559-3e0a6dbf5bc3 status: code: 200 message: OK @@ -2125,9 +2631,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2139,7 +2645,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:02 GMT + - Fri, 08 Nov 2019 03:29:31 GMT expires: - '-1' pragma: @@ -2156,7 +2662,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 05e4f2cf-3b1c-4aaf-8343-60c643f1a7a0 + - 41014dfb-7074-42b6-967c-348d088eee60 status: code: 200 message: OK @@ -2171,9 +2677,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2185,7 +2691,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:12 GMT + - Fri, 08 Nov 2019 03:29:41 GMT expires: - '-1' pragma: @@ -2202,7 +2708,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b1ace49c-62a6-41f5-90a6-806f52cb4c6a + - 54e890fe-28be-475f-be0c-ca23c39cd974 status: code: 200 message: OK @@ -2217,9 +2723,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2231,7 +2737,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:23 GMT + - Fri, 08 Nov 2019 03:29:51 GMT expires: - '-1' pragma: @@ -2248,7 +2754,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d5b0563e-1f74-4c10-9832-6c12862cb518 + - 67d10ef4-56d6-4df1-95e5-ef7dcb5dc73a status: code: 200 message: OK @@ -2263,9 +2769,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2277,7 +2783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:33 GMT + - Fri, 08 Nov 2019 03:30:02 GMT expires: - '-1' pragma: @@ -2294,7 +2800,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe35bddc-892e-4caa-9dcf-4f5d2d207948 + - d6e11a35-90f7-48cb-87b6-8fc422f62896 status: code: 200 message: OK @@ -2309,9 +2815,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2323,7 +2829,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:43 GMT + - Fri, 08 Nov 2019 03:30:12 GMT expires: - '-1' pragma: @@ -2340,7 +2846,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0e31d302-baaf-4b13-b561-597441840756 + - 571f00a7-d111-46ec-ba42-ce9c0c011b39 status: code: 200 message: OK @@ -2355,9 +2861,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2369,7 +2875,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:18:53 GMT + - Fri, 08 Nov 2019 03:30:23 GMT expires: - '-1' pragma: @@ -2386,7 +2892,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3eec5cf1-b06c-4c62-bd25-7d0136828a47 + - 62e917e5-6a38-42cb-b837-6db9f1d0deaf status: code: 200 message: OK @@ -2401,9 +2907,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2415,7 +2921,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:03 GMT + - Fri, 08 Nov 2019 03:30:34 GMT expires: - '-1' pragma: @@ -2432,7 +2938,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 61c0793f-241b-43e8-925b-d6daced6c60a + - 15e15a1f-6390-43f1-b764-480c07ad1d25 status: code: 200 message: OK @@ -2447,9 +2953,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2461,7 +2967,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:14 GMT + - Fri, 08 Nov 2019 03:30:44 GMT expires: - '-1' pragma: @@ -2478,7 +2984,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 944421c5-dd7b-4839-89ca-261af01dad46 + - 0c434d01-ec25-4ea7-8358-37529f11966a status: code: 200 message: OK @@ -2493,9 +2999,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2507,7 +3013,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:24 GMT + - Fri, 08 Nov 2019 03:30:54 GMT expires: - '-1' pragma: @@ -2524,7 +3030,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 29d3d919-0d7c-4e8a-aed3-caefffa6c389 + - 8163a64e-ff52-4c72-8014-056932f4d972 status: code: 200 message: OK @@ -2539,9 +3045,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2553,7 +3059,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:36 GMT + - Fri, 08 Nov 2019 03:31:04 GMT expires: - '-1' pragma: @@ -2570,7 +3076,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a8cdf252-a654-43ef-8b26-4ce8938d5c8a + - 2585dad5-beac-4147-9b0f-5a97f57114bd status: code: 200 message: OK @@ -2585,9 +3091,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2599,7 +3105,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:46 GMT + - Fri, 08 Nov 2019 03:31:14 GMT expires: - '-1' pragma: @@ -2616,7 +3122,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0c64d4d7-784d-4ea4-aa44-149f4a42d7f8 + - daa82892-4a37-44a8-83e5-884aab5da74a status: code: 200 message: OK @@ -2631,9 +3137,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2645,7 +3151,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:19:56 GMT + - Fri, 08 Nov 2019 03:31:25 GMT expires: - '-1' pragma: @@ -2662,7 +3168,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6aad4440-4b2f-4c20-9262-926531890636 + - bad50f22-7b05-45d5-a3d2-34129067f965 status: code: 200 message: OK @@ -2677,9 +3183,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2691,7 +3197,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:06 GMT + - Fri, 08 Nov 2019 03:31:35 GMT expires: - '-1' pragma: @@ -2708,7 +3214,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b20299cc-4ef3-4a7b-b39b-5c0b5fd97645 + - c318aa96-2f37-405b-aa1c-2f9f08b41fb1 status: code: 200 message: OK @@ -2723,9 +3229,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2737,7 +3243,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:17 GMT + - Fri, 08 Nov 2019 03:31:46 GMT expires: - '-1' pragma: @@ -2754,7 +3260,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1b72ad78-5ef8-4eeb-af0b-4529b3f91ed9 + - 027418c3-2643-4d34-9b62-dcd6730e7781 status: code: 200 message: OK @@ -2769,9 +3275,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2783,7 +3289,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:27 GMT + - Fri, 08 Nov 2019 03:31:56 GMT expires: - '-1' pragma: @@ -2800,7 +3306,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 419a697b-2f55-4d25-9f0c-958300856423 + - cfd8daa3-04e6-4991-ae1c-70f3475b0e07 status: code: 200 message: OK @@ -2815,9 +3321,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2829,7 +3335,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:37 GMT + - Fri, 08 Nov 2019 03:32:06 GMT expires: - '-1' pragma: @@ -2846,7 +3352,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e756c6b7-5c40-42cd-96ae-c35443c39deb + - 2f7bb8e0-ce6b-40a6-b511-f7b5572bd6ac status: code: 200 message: OK @@ -2861,9 +3367,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2875,7 +3381,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:47 GMT + - Fri, 08 Nov 2019 03:32:16 GMT expires: - '-1' pragma: @@ -2892,7 +3398,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce09c49d-433a-4d58-9e2f-e48e83e6eaf9 + - c545ef9c-b819-4ae1-a436-fa596e0ca64b status: code: 200 message: OK @@ -2907,9 +3413,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2921,7 +3427,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:20:57 GMT + - Fri, 08 Nov 2019 03:32:27 GMT expires: - '-1' pragma: @@ -2938,7 +3444,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 202524d9-0101-49e1-a3b4-f05e5c682ea1 + - 81dc3467-8bc8-4911-a494-cf394f0f2c66 status: code: 200 message: OK @@ -2953,9 +3459,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2967,7 +3473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:21:08 GMT + - Fri, 08 Nov 2019 03:32:38 GMT expires: - '-1' pragma: @@ -2984,7 +3490,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b956bcb-136f-4bd8-94b5-497bad20651e + - e5aca043-22db-487b-97ea-9f0d2a91ed2f status: code: 200 message: OK @@ -2999,9 +3505,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3013,7 +3519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:21:18 GMT + - Fri, 08 Nov 2019 03:32:48 GMT expires: - '-1' pragma: @@ -3030,7 +3536,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9097c9e-7819-43fb-964d-1f44ab40db26 + - 6e257943-8bf2-4284-912a-b8a1bacacd47 status: code: 200 message: OK @@ -3045,9 +3551,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3059,7 +3565,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:21:29 GMT + - Fri, 08 Nov 2019 03:32:59 GMT expires: - '-1' pragma: @@ -3076,7 +3582,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3e0b037c-0a81-4f91-8d3a-70e78a7ea220 + - 7c9f3393-b20b-44ff-b4e9-8462d8a6510c status: code: 200 message: OK @@ -3091,9 +3597,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3105,7 +3611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:21:40 GMT + - Fri, 08 Nov 2019 03:33:09 GMT expires: - '-1' pragma: @@ -3122,7 +3628,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 615839a4-8e19-4596-89f1-6c09d7a01308 + - 7c1c604f-bd9b-461f-a4ca-bb54aab266ba status: code: 200 message: OK @@ -3137,9 +3643,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3151,7 +3657,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:21:50 GMT + - Fri, 08 Nov 2019 03:33:19 GMT expires: - '-1' pragma: @@ -3168,7 +3674,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bfa7a839-b8f5-4245-9b7a-2fb8e687453b + - 0df65d6a-3960-44b5-a0a2-ec6f612cb772 status: code: 200 message: OK @@ -3183,9 +3689,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3197,7 +3703,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:00 GMT + - Fri, 08 Nov 2019 03:33:29 GMT expires: - '-1' pragma: @@ -3214,7 +3720,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0778b521-3402-479f-85c0-f24519b6c421 + - 5e844c06-8157-446e-bd97-d3246c8cd29d status: code: 200 message: OK @@ -3229,9 +3735,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3243,7 +3749,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:10 GMT + - Fri, 08 Nov 2019 03:33:39 GMT expires: - '-1' pragma: @@ -3260,7 +3766,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b20d423-6278-427f-bdce-5dd537e33b77 + - a78597f3-af9b-41c7-9a4e-3a040ff5fde3 status: code: 200 message: OK @@ -3275,9 +3781,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3289,7 +3795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:20 GMT + - Fri, 08 Nov 2019 03:33:50 GMT expires: - '-1' pragma: @@ -3306,7 +3812,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1693e78d-de6b-4652-8a1d-2d49613c7bbb + - 89c1cd9d-26e4-406d-b92a-3e43aa303e21 status: code: 200 message: OK @@ -3321,9 +3827,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3335,7 +3841,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:31 GMT + - Fri, 08 Nov 2019 03:34:00 GMT expires: - '-1' pragma: @@ -3352,7 +3858,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1fe6340c-f4eb-4d27-ad46-007f8f256375 + - c741c600-e61c-4c92-a29a-e8d28744ba17 status: code: 200 message: OK @@ -3367,9 +3873,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3381,7 +3887,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:41 GMT + - Fri, 08 Nov 2019 03:34:11 GMT expires: - '-1' pragma: @@ -3398,7 +3904,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 66329b12-7a1a-4607-a00c-a59976beaac1 + - db0223e9-5c98-4bbe-94b1-2c3f02fbc3a0 status: code: 200 message: OK @@ -3413,9 +3919,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3427,7 +3933,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:22:52 GMT + - Fri, 08 Nov 2019 03:34:22 GMT expires: - '-1' pragma: @@ -3444,7 +3950,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6c928ba-9f00-41ad-8838-f07b83064619 + - eafdacd9-d7e8-4b3f-83b7-cb2229bfe03a status: code: 200 message: OK @@ -3459,9 +3965,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3473,7 +3979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:02 GMT + - Fri, 08 Nov 2019 03:34:32 GMT expires: - '-1' pragma: @@ -3490,7 +3996,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 465d5e9e-9f22-4170-9500-a0ea17aaa8bf + - 8f1c3f7d-c9eb-4a52-b3f7-8a6a18fd2148 status: code: 200 message: OK @@ -3505,9 +4011,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3519,7 +4025,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:12 GMT + - Fri, 08 Nov 2019 03:34:42 GMT expires: - '-1' pragma: @@ -3536,7 +4042,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5274ff24-56f7-439e-9c1f-7811d64761c5 + - 3e21edda-9af8-4c0f-8ae5-a5fb9eea1824 status: code: 200 message: OK @@ -3551,9 +4057,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3565,7 +4071,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:22 GMT + - Fri, 08 Nov 2019 03:34:52 GMT expires: - '-1' pragma: @@ -3582,7 +4088,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2ee384d8-077c-4749-a52c-c4e6fb728bc8 + - 3f3c90bc-6755-4dfb-a98a-33fd36c07dfa status: code: 200 message: OK @@ -3597,9 +4103,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3611,7 +4117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:34 GMT + - Fri, 08 Nov 2019 03:35:03 GMT expires: - '-1' pragma: @@ -3628,7 +4134,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0a6545a9-4bcf-4f4b-9a2c-fbe43f7bdd5f + - 06481694-af2f-424f-9174-dfeb97831bf2 status: code: 200 message: OK @@ -3643,9 +4149,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3657,7 +4163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:44 GMT + - Fri, 08 Nov 2019 03:35:13 GMT expires: - '-1' pragma: @@ -3674,7 +4180,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2a5edaf6-4e23-4d2f-a4e7-4e1679d2e5d4 + - d93475d5-3fde-4012-9541-bbc223f42dba status: code: 200 message: OK @@ -3689,9 +4195,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3703,7 +4209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:23:54 GMT + - Fri, 08 Nov 2019 03:35:23 GMT expires: - '-1' pragma: @@ -3720,7 +4226,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 856f0ac9-e513-4e36-9c75-dd9e28fb2859 + - a3207a5e-7207-4482-be4c-bb62a5b48bcf status: code: 200 message: OK @@ -3735,9 +4241,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3749,7 +4255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:04 GMT + - Fri, 08 Nov 2019 03:35:34 GMT expires: - '-1' pragma: @@ -3766,7 +4272,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bf3fe89f-d2a0-4a3e-9f08-dc13d78c0684 + - b36f9807-27ba-4fca-9e1b-cb4fc0b25549 status: code: 200 message: OK @@ -3781,9 +4287,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3795,7 +4301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:15 GMT + - Fri, 08 Nov 2019 03:35:44 GMT expires: - '-1' pragma: @@ -3812,7 +4318,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 225a848a-87e7-483b-9368-e972fec0c883 + - 5d3f982a-7789-42e7-8c90-6b8a5626717a status: code: 200 message: OK @@ -3827,9 +4333,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3841,7 +4347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:25 GMT + - Fri, 08 Nov 2019 03:35:54 GMT expires: - '-1' pragma: @@ -3858,7 +4364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f16dff4c-9e59-4238-bab5-8dbf4ecacd94 + - f939cbfa-e7fb-41f3-8241-83bd2072ed18 status: code: 200 message: OK @@ -3873,9 +4379,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3887,7 +4393,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:35 GMT + - Fri, 08 Nov 2019 03:36:04 GMT expires: - '-1' pragma: @@ -3904,7 +4410,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2fa31122-1af0-47a6-9322-623a1088d8fe + - 5f0c0b91-d6f0-49c9-9f59-7b6d45073c75 status: code: 200 message: OK @@ -3919,9 +4425,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3933,7 +4439,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:45 GMT + - Fri, 08 Nov 2019 03:36:16 GMT expires: - '-1' pragma: @@ -3950,7 +4456,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d30e60b1-683b-4b38-ab30-832ff9febd8b + - 2c1c190d-8893-418f-a14e-f2ff73142a0b status: code: 200 message: OK @@ -3965,9 +4471,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3979,7 +4485,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:24:55 GMT + - Fri, 08 Nov 2019 03:36:26 GMT expires: - '-1' pragma: @@ -3996,7 +4502,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c25ac417-f51d-49cd-ad8e-cd8ece3be888 + - 3b040df4-a5f4-4821-8145-e57b638fc5e4 status: code: 200 message: OK @@ -4011,9 +4517,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4025,7 +4531,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:07 GMT + - Fri, 08 Nov 2019 03:36:38 GMT expires: - '-1' pragma: @@ -4042,7 +4548,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 460c7f04-5920-4692-b2f6-2acdcc55174e + - 4f23daa6-6fe8-4ada-a8a2-efc80dfc9a20 status: code: 200 message: OK @@ -4057,9 +4563,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4071,7 +4577,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:17 GMT + - Fri, 08 Nov 2019 03:36:48 GMT expires: - '-1' pragma: @@ -4088,7 +4594,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 884f1377-f82a-45c3-a41b-addf361b4649 + - 48b1182b-5fa5-471a-9054-25cc2cd99e95 status: code: 200 message: OK @@ -4103,9 +4609,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4117,7 +4623,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:27 GMT + - Fri, 08 Nov 2019 03:36:58 GMT expires: - '-1' pragma: @@ -4134,7 +4640,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a39ac813-cbd9-4f7d-b8b2-7243708f647b + - fb41b770-e378-40ea-a0ec-70b4c538cd33 status: code: 200 message: OK @@ -4149,9 +4655,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4163,7 +4669,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:37 GMT + - Fri, 08 Nov 2019 03:37:08 GMT expires: - '-1' pragma: @@ -4180,7 +4686,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5cf7740a-18d6-4909-ae73-46e4407a5cc0 + - 4510ed90-8e34-4385-9b01-3c4e06a7fa2a status: code: 200 message: OK @@ -4195,9 +4701,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4209,7 +4715,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:48 GMT + - Fri, 08 Nov 2019 03:37:18 GMT expires: - '-1' pragma: @@ -4226,7 +4732,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ce0854c-99d9-45c6-9e31-8c410e34bc08 + - 579b9ef2-ebfb-41c6-affd-a8016f783013 status: code: 200 message: OK @@ -4241,9 +4747,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4255,7 +4761,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:25:58 GMT + - Fri, 08 Nov 2019 03:37:29 GMT expires: - '-1' pragma: @@ -4272,7 +4778,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eaa4b7a8-acd5-4784-8a30-4e6f96c13f16 + - 48ab0ffa-3dc8-42e0-9983-bb0fd123d375 status: code: 200 message: OK @@ -4287,9 +4793,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4301,7 +4807,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:26:08 GMT + - Fri, 08 Nov 2019 03:37:40 GMT expires: - '-1' pragma: @@ -4318,7 +4824,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 04f5e78e-086d-45ac-8e18-aa1263877773 + - 3e568286-422b-493e-8a94-79b09e3a43f1 status: code: 200 message: OK @@ -4333,9 +4839,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4347,7 +4853,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:26:19 GMT + - Fri, 08 Nov 2019 03:37:50 GMT expires: - '-1' pragma: @@ -4364,7 +4870,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 026e1809-8703-4b7e-866a-4df9fef25cc7 + - 253bea06-8315-4e8e-8507-dd98122cd907 status: code: 200 message: OK @@ -4379,9 +4885,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4393,7 +4899,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:26:29 GMT + - Fri, 08 Nov 2019 03:38:01 GMT expires: - '-1' pragma: @@ -4410,7 +4916,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 74054778-c6c6-4ede-bb31-5fe49f32e1b2 + - b2ec545b-db12-4495-91c3-d667caf32405 status: code: 200 message: OK @@ -4425,9 +4931,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4439,7 +4945,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:26:39 GMT + - Fri, 08 Nov 2019 03:38:11 GMT expires: - '-1' pragma: @@ -4456,7 +4962,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - de9a5a37-7380-4e15-8768-d5b2884238e7 + - 3c83873b-9d5c-4af9-9e65-e326d434bdad status: code: 200 message: OK @@ -4471,9 +4977,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4485,7 +4991,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:26:49 GMT + - Fri, 08 Nov 2019 03:38:22 GMT expires: - '-1' pragma: @@ -4502,7 +5008,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a701703e-f290-4e71-8224-9aea5f32a0e1 + - 393673d6-acff-4f85-ac9a-aa5094189af1 status: code: 200 message: OK @@ -4517,9 +5023,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4531,7 +5037,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:00 GMT + - Fri, 08 Nov 2019 03:38:32 GMT expires: - '-1' pragma: @@ -4548,7 +5054,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a5126c23-03cb-47e0-88f9-1e1772a8b2ed + - af87f9fd-3613-4760-9da8-28849f077e79 status: code: 200 message: OK @@ -4563,9 +5069,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4577,7 +5083,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:11 GMT + - Fri, 08 Nov 2019 03:38:42 GMT expires: - '-1' pragma: @@ -4594,7 +5100,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2aa3a4d3-89ab-453f-a534-ba8123d5b286 + - 30733cc9-8fec-4505-a215-3a2aa14bfea9 status: code: 200 message: OK @@ -4609,9 +5115,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4623,7 +5129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:21 GMT + - Fri, 08 Nov 2019 03:38:52 GMT expires: - '-1' pragma: @@ -4640,7 +5146,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0f4414c-78e2-44ca-a03d-f352deac5f6e + - 2a7fdf77-6a20-44c9-a4a8-0b6d9a143fe3 status: code: 200 message: OK @@ -4655,9 +5161,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4669,7 +5175,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:31 GMT + - Fri, 08 Nov 2019 03:39:03 GMT expires: - '-1' pragma: @@ -4686,7 +5192,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 01b1d68b-a6ef-483f-be1a-b2e3598cffe9 + - 4346d3b3-b392-492d-858b-19bb6a08fe34 status: code: 200 message: OK @@ -4701,9 +5207,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4715,7 +5221,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:42 GMT + - Fri, 08 Nov 2019 03:39:13 GMT expires: - '-1' pragma: @@ -4732,7 +5238,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 818e1760-3efa-483d-8d71-35ec64eeb604 + - 02f2ba1c-139b-4b96-8a24-4675c3722d1f status: code: 200 message: OK @@ -4747,9 +5253,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4761,7 +5267,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:27:52 GMT + - Fri, 08 Nov 2019 03:39:23 GMT expires: - '-1' pragma: @@ -4778,7 +5284,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f405a80f-b83c-401a-b438-c0ae75641603 + - 9d1f1d4b-edd7-4bfa-8191-c7fa7c0229de status: code: 200 message: OK @@ -4793,9 +5299,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4807,7 +5313,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:02 GMT + - Fri, 08 Nov 2019 03:39:34 GMT expires: - '-1' pragma: @@ -4824,7 +5330,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7fdf726d-2dee-4fe6-8efd-0614fbb67a4f + - 128f5bb4-3342-4a57-adc6-9afa30f823ae status: code: 200 message: OK @@ -4839,9 +5345,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4853,7 +5359,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:12 GMT + - Fri, 08 Nov 2019 03:39:44 GMT expires: - '-1' pragma: @@ -4870,7 +5376,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6c0507dd-85ae-4e18-8799-627b32ed3003 + - fd077d01-4654-4918-bbd6-bf12c667e5e4 status: code: 200 message: OK @@ -4885,9 +5391,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4899,7 +5405,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:23 GMT + - Fri, 08 Nov 2019 03:39:54 GMT expires: - '-1' pragma: @@ -4916,7 +5422,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cd5e639b-88f0-470f-8d8c-4c1d54bef1c1 + - 9ae8fcf0-2a7f-480f-96b7-751686913038 status: code: 200 message: OK @@ -4931,9 +5437,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4945,7 +5451,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:33 GMT + - Fri, 08 Nov 2019 03:40:04 GMT expires: - '-1' pragma: @@ -4962,7 +5468,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe3fbee4-7616-49f0-b350-941ffe56cd04 + - a5cff39d-05f4-496a-add2-416ecd5077b6 status: code: 200 message: OK @@ -4977,9 +5483,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -4991,7 +5497,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:44 GMT + - Fri, 08 Nov 2019 03:40:15 GMT expires: - '-1' pragma: @@ -5008,7 +5514,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7029c710-30e1-4139-af39-5b8048ebb2e2 + - 3a9d5e3d-558a-467b-9b79-e79b2b9d59d1 status: code: 200 message: OK @@ -5023,9 +5529,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5037,7 +5543,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:28:54 GMT + - Fri, 08 Nov 2019 03:40:26 GMT expires: - '-1' pragma: @@ -5054,7 +5560,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 77437741-9a91-4047-95d0-f343834363a2 + - 391460e9-cc83-40eb-8608-28caf437b6ea status: code: 200 message: OK @@ -5069,9 +5575,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5083,7 +5589,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:05 GMT + - Fri, 08 Nov 2019 03:40:36 GMT expires: - '-1' pragma: @@ -5100,7 +5606,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a401fe05-c1cb-4ac9-9a24-b68e37ef69c3 + - 5f400825-9967-4a29-845b-32e47de50d72 status: code: 200 message: OK @@ -5115,9 +5621,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5129,7 +5635,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:15 GMT + - Fri, 08 Nov 2019 03:40:47 GMT expires: - '-1' pragma: @@ -5146,7 +5652,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0da52931-42e9-4ba6-b342-f49ff307765b + - 9b604fd7-6769-4a2e-9bb9-8ab9f894f94c status: code: 200 message: OK @@ -5161,9 +5667,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5175,7 +5681,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:25 GMT + - Fri, 08 Nov 2019 03:40:57 GMT expires: - '-1' pragma: @@ -5192,7 +5698,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f04a5a10-c9d6-46f6-ab16-61374bf09f7f + - 7267dfc0-3f50-4d93-aabc-7391ae11590f status: code: 200 message: OK @@ -5207,9 +5713,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5221,7 +5727,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:35 GMT + - Fri, 08 Nov 2019 03:41:07 GMT expires: - '-1' pragma: @@ -5238,7 +5744,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4270ea22-4301-4b3c-871d-3d62b8853995 + - ac4e096f-ae6d-4cbd-abb6-70c9744dafd3 status: code: 200 message: OK @@ -5253,9 +5759,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5267,7 +5773,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:45 GMT + - Fri, 08 Nov 2019 03:41:18 GMT expires: - '-1' pragma: @@ -5284,7 +5790,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d73ff5c-c3eb-4a6e-971f-4950046535e0 + - e65ef411-77fc-449f-81fc-54c411afd118 status: code: 200 message: OK @@ -5299,9 +5805,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5313,7 +5819,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:29:56 GMT + - Fri, 08 Nov 2019 03:41:28 GMT expires: - '-1' pragma: @@ -5330,7 +5836,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 04ce04dc-1f9e-4d22-b840-ab5f8ee7d1a6 + - 0a57c3b7-b322-4593-8976-79105f59b67c status: code: 200 message: OK @@ -5345,9 +5851,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5359,7 +5865,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:07 GMT + - Fri, 08 Nov 2019 03:41:38 GMT expires: - '-1' pragma: @@ -5376,7 +5882,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 90e4ba9e-4faf-4d28-a7de-d7b57e41a8cc + - 2a27e566-bf2d-4697-80c4-41728ec077da status: code: 200 message: OK @@ -5391,9 +5897,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5405,7 +5911,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:17 GMT + - Fri, 08 Nov 2019 03:41:48 GMT expires: - '-1' pragma: @@ -5422,7 +5928,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7ef89d30-f419-4ba3-80b0-9cac4576a84e + - 49aa326b-a3e7-4ab7-bdcc-c855ed9e1572 status: code: 200 message: OK @@ -5437,9 +5943,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5451,7 +5957,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:28 GMT + - Fri, 08 Nov 2019 03:41:59 GMT expires: - '-1' pragma: @@ -5468,7 +5974,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 45d86336-44fa-4601-b584-2a19cd14151a + - 8f63c8db-e32b-464f-9bfb-84e1ffb9abc5 status: code: 200 message: OK @@ -5483,9 +5989,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5497,7 +6003,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:38 GMT + - Fri, 08 Nov 2019 03:42:09 GMT expires: - '-1' pragma: @@ -5514,7 +6020,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 648eeb1f-7928-4c15-a684-f1978245ec1c + - 4cc996cd-e70c-4e1f-a91f-66b77e6c5be7 status: code: 200 message: OK @@ -5529,9 +6035,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5543,7 +6049,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:48 GMT + - Fri, 08 Nov 2019 03:42:20 GMT expires: - '-1' pragma: @@ -5560,7 +6066,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - af16ba79-5359-46f8-b31d-e187bdbc2114 + - adea98a9-9c96-4201-8cba-8322f137b6d2 status: code: 200 message: OK @@ -5575,9 +6081,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5589,7 +6095,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:30:58 GMT + - Fri, 08 Nov 2019 03:42:30 GMT expires: - '-1' pragma: @@ -5606,7 +6112,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e46450e0-27dc-4b11-80f3-fd6072e1250d + - 2d2d007b-2264-4d54-b999-8b8b8a80b7fe status: code: 200 message: OK @@ -5621,9 +6127,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5635,7 +6141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:31:08 GMT + - Fri, 08 Nov 2019 03:42:40 GMT expires: - '-1' pragma: @@ -5652,7 +6158,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e7128674-bf92-47d8-b649-b226f6e37e5a + - 9e4d9afd-a5f7-4841-a7c4-7840428cf134 status: code: 200 message: OK @@ -5667,9 +6173,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5681,7 +6187,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:31:19 GMT + - Fri, 08 Nov 2019 03:42:50 GMT expires: - '-1' pragma: @@ -5698,7 +6204,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2b67b054-1f9f-4ab8-a2bb-917a6b4fc36f + - f29a7a8d-9b3a-4ed0-ab8b-c491e822a571 status: code: 200 message: OK @@ -5713,9 +6219,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5727,7 +6233,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:31:29 GMT + - Fri, 08 Nov 2019 03:43:00 GMT expires: - '-1' pragma: @@ -5744,7 +6250,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7710ad7e-d2e6-4072-8b04-821ceeae13cf + - 311abb3f-097b-41c8-a3da-3ffc6efc53b0 status: code: 200 message: OK @@ -5759,9 +6265,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5773,7 +6279,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:31:40 GMT + - Fri, 08 Nov 2019 03:43:12 GMT expires: - '-1' pragma: @@ -5790,7 +6296,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 28fe79b5-7883-46db-bcc2-75f4d944fefa + - 0d042c3f-a33d-4bdf-8082-13053af7dcf0 status: code: 200 message: OK @@ -5805,9 +6311,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5819,7 +6325,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:31:50 GMT + - Fri, 08 Nov 2019 03:43:22 GMT expires: - '-1' pragma: @@ -5836,7 +6342,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9d92b590-e8bc-4217-8c4d-52c15aa888c9 + - 9e6f0341-8462-480a-85b1-7c65a0afb97c status: code: 200 message: OK @@ -5851,9 +6357,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5865,7 +6371,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:01 GMT + - Fri, 08 Nov 2019 03:43:33 GMT expires: - '-1' pragma: @@ -5882,7 +6388,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3744c89b-0e3c-4f22-964f-42f310dbd99d + - d052c255-5f4e-4a96-95b5-ca3f2c7cc568 status: code: 200 message: OK @@ -5897,9 +6403,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5911,7 +6417,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:11 GMT + - Fri, 08 Nov 2019 03:43:43 GMT expires: - '-1' pragma: @@ -5928,7 +6434,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a5ea8d97-223c-482b-8bbc-c48394fd7cce + - 010ed0a4-b9e0-495f-9e90-c9555d1d4afa status: code: 200 message: OK @@ -5943,9 +6449,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5957,7 +6463,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:21 GMT + - Fri, 08 Nov 2019 03:43:53 GMT expires: - '-1' pragma: @@ -5974,7 +6480,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 62b69a62-acb0-4c7e-8f28-431f2a60cba4 + - 4624a852-e784-4ed9-9b7a-b3be294603d7 status: code: 200 message: OK @@ -5989,9 +6495,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6003,7 +6509,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:31 GMT + - Fri, 08 Nov 2019 03:44:03 GMT expires: - '-1' pragma: @@ -6020,7 +6526,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8df70dc2-8c7a-4e9c-8d8b-60d4d1fbd008 + - 9e79a6f0-e094-45f0-a5ea-1a6558f808e0 status: code: 200 message: OK @@ -6035,9 +6541,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6049,7 +6555,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:42 GMT + - Fri, 08 Nov 2019 03:44:14 GMT expires: - '-1' pragma: @@ -6066,7 +6572,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 786d4511-1840-435d-a2b9-c4f2d14c0a3d + - 0722707f-4c1a-4449-a7f5-4e65c39ae5c5 status: code: 200 message: OK @@ -6081,9 +6587,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6095,7 +6601,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:32:52 GMT + - Fri, 08 Nov 2019 03:44:24 GMT expires: - '-1' pragma: @@ -6112,7 +6618,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bcaedaef-dedc-4ad3-97f2-86f7c71028e9 + - 4de7fdb0-43f6-486c-8b65-e53f2a4458ba status: code: 200 message: OK @@ -6127,9 +6633,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6141,7 +6647,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:02 GMT + - Fri, 08 Nov 2019 03:44:34 GMT expires: - '-1' pragma: @@ -6158,7 +6664,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6e23c722-f0a4-44cd-b404-41065c53bc7c + - af435c04-8ee9-46b3-b30a-331f3593e101 status: code: 200 message: OK @@ -6173,9 +6679,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6187,7 +6693,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:13 GMT + - Fri, 08 Nov 2019 03:44:44 GMT expires: - '-1' pragma: @@ -6204,7 +6710,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce71df48-50f7-4bda-b076-1a80f355c34c + - ffe36543-22b7-4ff5-b088-0bb523d60d3f status: code: 200 message: OK @@ -6219,9 +6725,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6233,7 +6739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:24 GMT + - Fri, 08 Nov 2019 03:44:55 GMT expires: - '-1' pragma: @@ -6250,7 +6756,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 75c579c2-4249-443e-9415-78818c87a8da + - e884feea-6be0-403f-beed-23b2b09604c8 status: code: 200 message: OK @@ -6265,9 +6771,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6279,7 +6785,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:34 GMT + - Fri, 08 Nov 2019 03:45:05 GMT expires: - '-1' pragma: @@ -6296,7 +6802,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55356cd8-65cd-4139-9373-d6397c7fa0be + - 8b3bf6ba-fc09-4b2d-98cd-88bae2dc63bc status: code: 200 message: OK @@ -6311,9 +6817,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6325,7 +6831,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:44 GMT + - Fri, 08 Nov 2019 03:45:16 GMT expires: - '-1' pragma: @@ -6342,7 +6848,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8bfb24ca-e1ab-409a-9c5d-be332f992438 + - c90fc0c1-38ef-4453-bce9-d1e74fed83db status: code: 200 message: OK @@ -6357,9 +6863,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6371,7 +6877,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:33:54 GMT + - Fri, 08 Nov 2019 03:45:27 GMT expires: - '-1' pragma: @@ -6388,7 +6894,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6f6ad18-1ab6-46d8-ba3f-e4a9d05169f7 + - 470fd20b-6289-47b1-b432-64b6eb96ba69 status: code: 200 message: OK @@ -6403,9 +6909,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6417,7 +6923,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:05 GMT + - Fri, 08 Nov 2019 03:45:37 GMT expires: - '-1' pragma: @@ -6434,7 +6940,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42eccf0a-99e2-42f8-a8a0-487072a01297 + - 0862da17-66ae-458d-9dc3-536b358bd305 status: code: 200 message: OK @@ -6449,9 +6955,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6463,7 +6969,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:15 GMT + - Fri, 08 Nov 2019 03:45:47 GMT expires: - '-1' pragma: @@ -6480,7 +6986,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2b5f0291-1aaa-4aad-8112-e7acfe3d6e75 + - e262ebc6-2c55-4430-abb9-1358b56a6ce8 status: code: 200 message: OK @@ -6495,9 +7001,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6509,7 +7015,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:25 GMT + - Fri, 08 Nov 2019 03:45:57 GMT expires: - '-1' pragma: @@ -6526,7 +7032,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ceb71ffc-3963-49c8-a312-095d6575c505 + - 82bbcc0b-f57f-4bba-8007-aca6dbefea6e status: code: 200 message: OK @@ -6541,9 +7047,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6555,7 +7061,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:35 GMT + - Fri, 08 Nov 2019 03:46:07 GMT expires: - '-1' pragma: @@ -6572,7 +7078,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0d2ec20b-3005-4f57-a50f-64ba402006dc + - 14109392-1985-4c2b-9611-5e063a665288 status: code: 200 message: OK @@ -6587,9 +7093,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6601,7 +7107,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:47 GMT + - Fri, 08 Nov 2019 03:46:18 GMT expires: - '-1' pragma: @@ -6618,7 +7124,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 12dbb073-323d-470a-a296-14ae17f84e35 + - fdfa8403-370b-4558-8b23-770b38b49bb6 status: code: 200 message: OK @@ -6633,9 +7139,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6647,7 +7153,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:34:57 GMT + - Fri, 08 Nov 2019 03:46:28 GMT expires: - '-1' pragma: @@ -6664,7 +7170,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 619b86e5-f412-4440-8a03-5b36e9565d47 + - b42805ea-3949-4f3b-ab68-36aad46cbf67 status: code: 200 message: OK @@ -6679,9 +7185,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6693,7 +7199,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:07 GMT + - Fri, 08 Nov 2019 03:46:38 GMT expires: - '-1' pragma: @@ -6710,7 +7216,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c66ad2c1-56ae-47de-bf1a-312cced50a7e + - 9be6ae31-6fe6-469e-b5ff-3e875e29df9f status: code: 200 message: OK @@ -6725,9 +7231,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6739,7 +7245,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:18 GMT + - Fri, 08 Nov 2019 03:46:50 GMT expires: - '-1' pragma: @@ -6756,7 +7262,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d33e6cab-2cab-487a-bb48-0de16ba70fbc + - 84ba5148-d38c-49d5-a59c-0ddb0d1fbbe6 status: code: 200 message: OK @@ -6771,9 +7277,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6785,7 +7291,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:28 GMT + - Fri, 08 Nov 2019 03:47:00 GMT expires: - '-1' pragma: @@ -6802,7 +7308,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a5320c4-c428-47c6-8cd2-e3b5b0517520 + - 6d9f6d50-d28d-4af0-a1e1-81cc17127dac status: code: 200 message: OK @@ -6817,9 +7323,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6831,7 +7337,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:38 GMT + - Fri, 08 Nov 2019 03:47:10 GMT expires: - '-1' pragma: @@ -6848,7 +7354,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 61769969-d0e3-4bc1-ba4f-117a92283764 + - bcc3f4e4-a152-44f0-9b8a-a59c24dfb39d status: code: 200 message: OK @@ -6863,9 +7369,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6877,7 +7383,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:48 GMT + - Fri, 08 Nov 2019 03:47:20 GMT expires: - '-1' pragma: @@ -6894,7 +7400,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b11fbb52-8f49-4881-943a-2c537d9865c5 + - 544353d1-f070-4534-a079-d32c0d2289d2 status: code: 200 message: OK @@ -6909,9 +7415,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6923,7 +7429,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:35:58 GMT + - Fri, 08 Nov 2019 03:47:30 GMT expires: - '-1' pragma: @@ -6940,7 +7446,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c4d30429-f60c-467c-be13-11efad77ca7b + - acdccc51-1294-42cf-b410-d9288a08fa20 status: code: 200 message: OK @@ -6955,9 +7461,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -6969,7 +7475,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:36:08 GMT + - Fri, 08 Nov 2019 03:47:41 GMT expires: - '-1' pragma: @@ -6986,7 +7492,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 902a454e-205c-4b22-bf8c-a3d644b2f40c + - ee8d0f59-b2c9-4095-8ad3-5258757fe1a9 status: code: 200 message: OK @@ -7001,9 +7507,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7015,7 +7521,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:36:20 GMT + - Fri, 08 Nov 2019 03:47:51 GMT expires: - '-1' pragma: @@ -7032,7 +7538,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d504b28f-0bd7-4f93-b8d6-47478d0af427 + - 1262cbf7-70f6-4312-86d0-a49cf9c939cf status: code: 200 message: OK @@ -7047,9 +7553,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7061,7 +7567,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:36:30 GMT + - Fri, 08 Nov 2019 03:48:01 GMT expires: - '-1' pragma: @@ -7078,7 +7584,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 83db229b-6246-45e2-a069-6286f40d330d + - 82606465-00f4-4e12-ae66-3be50a1fa8ea status: code: 200 message: OK @@ -7093,9 +7599,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7107,7 +7613,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:36:41 GMT + - Fri, 08 Nov 2019 03:48:12 GMT expires: - '-1' pragma: @@ -7124,7 +7630,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 98cee13a-7ffc-46c1-9554-95195ec5961e + - c48771a6-6dc3-4e69-82b6-18f5a829bcde status: code: 200 message: OK @@ -7139,9 +7645,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7153,7 +7659,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:36:51 GMT + - Fri, 08 Nov 2019 03:48:22 GMT expires: - '-1' pragma: @@ -7170,7 +7676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7420c64d-23fb-4e62-9ff0-af74e543dff3 + - a44b42d7-b660-4f9d-9444-d6876df57bc8 status: code: 200 message: OK @@ -7185,9 +7691,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7199,7 +7705,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:01 GMT + - Fri, 08 Nov 2019 03:48:33 GMT expires: - '-1' pragma: @@ -7216,7 +7722,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d659a00d-2b39-468d-99da-373ced55d1be + - a942d736-4464-4580-aea2-eee8c3c6fc1c status: code: 200 message: OK @@ -7231,9 +7737,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7245,7 +7751,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:11 GMT + - Fri, 08 Nov 2019 03:48:43 GMT expires: - '-1' pragma: @@ -7262,7 +7768,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2dd62647-fa67-4c3a-a05b-b524e8e3198b + - b9edc659-320f-4a23-b26a-55dab45429ad status: code: 200 message: OK @@ -7277,9 +7783,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7291,7 +7797,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:22 GMT + - Fri, 08 Nov 2019 03:48:53 GMT expires: - '-1' pragma: @@ -7308,7 +7814,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 138dd57a-81a6-444d-90c2-956d66b0b4da + - a005c99a-123f-4955-bd65-225a1e981cc3 status: code: 200 message: OK @@ -7323,9 +7829,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7337,7 +7843,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:32 GMT + - Fri, 08 Nov 2019 03:49:04 GMT expires: - '-1' pragma: @@ -7354,7 +7860,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0bc40403-aa42-466c-bc7f-a639d3f518cc + - 5b8517fe-93af-4d5d-bfe4-5910f1fe2e75 status: code: 200 message: OK @@ -7369,9 +7875,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7383,7 +7889,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:42 GMT + - Fri, 08 Nov 2019 03:49:14 GMT expires: - '-1' pragma: @@ -7400,7 +7906,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 92d66ffa-e11c-444a-b0b5-a6e2015512bf + - 4d35d317-5014-49a1-9bed-58da36cdf09b status: code: 200 message: OK @@ -7415,9 +7921,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7429,7 +7935,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:37:52 GMT + - Fri, 08 Nov 2019 03:49:24 GMT expires: - '-1' pragma: @@ -7446,7 +7952,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5aff11cf-e552-4e78-a48c-6aac0d48dac2 + - 35d49583-93c2-4c28-9c55-d17873fba5ec status: code: 200 message: OK @@ -7461,9 +7967,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7475,7 +7981,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:02 GMT + - Fri, 08 Nov 2019 03:49:35 GMT expires: - '-1' pragma: @@ -7492,7 +7998,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6494f2a8-ccf3-49e8-98ff-7d4299c98bc6 + - 2be8f4f7-5f75-4665-af2f-af18d5585f99 status: code: 200 message: OK @@ -7507,9 +8013,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7521,7 +8027,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:13 GMT + - Fri, 08 Nov 2019 03:49:45 GMT expires: - '-1' pragma: @@ -7538,7 +8044,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - de1dc27c-d137-4561-b703-296c0d9a6374 + - b6805de5-b11e-4f04-b64c-b53db6afc9cb status: code: 200 message: OK @@ -7553,9 +8059,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7567,7 +8073,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:24 GMT + - Fri, 08 Nov 2019 03:49:55 GMT expires: - '-1' pragma: @@ -7584,7 +8090,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f173c980-1585-41d3-afda-c5ef86e306de + - b0423da5-e00f-468e-89ff-edaca6294753 status: code: 200 message: OK @@ -7599,9 +8105,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7613,7 +8119,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:34 GMT + - Fri, 08 Nov 2019 03:50:05 GMT expires: - '-1' pragma: @@ -7630,7 +8136,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 39fafdc7-4a9f-41fa-a5f4-18ecfc9f590b + - 3129ae8b-9ca0-43bb-9f7b-bf0f57143714 status: code: 200 message: OK @@ -7645,9 +8151,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7659,7 +8165,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:45 GMT + - Fri, 08 Nov 2019 03:50:16 GMT expires: - '-1' pragma: @@ -7676,7 +8182,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c8e44a1b-ebc1-4ea3-b336-922d776b03fb + - 012e51b5-7e32-4142-a850-18d98f33b1ae status: code: 200 message: OK @@ -7691,9 +8197,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7705,7 +8211,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:38:55 GMT + - Fri, 08 Nov 2019 03:50:27 GMT expires: - '-1' pragma: @@ -7722,7 +8228,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 18fc4bdb-250e-47c9-b12b-1dac3c9f6400 + - 1bf28606-a0b3-4486-ab7f-ab76e97660b0 status: code: 200 message: OK @@ -7737,9 +8243,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7751,7 +8257,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:05 GMT + - Fri, 08 Nov 2019 03:50:37 GMT expires: - '-1' pragma: @@ -7768,7 +8274,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 35c6d35e-9077-4f27-8c33-759bd96a8f7d + - 1b6b4f7f-6389-4e8b-abf2-4674aa9f2d8b status: code: 200 message: OK @@ -7783,9 +8289,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7797,7 +8303,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:15 GMT + - Fri, 08 Nov 2019 03:50:47 GMT expires: - '-1' pragma: @@ -7814,7 +8320,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fe2ddea4-d81c-4b6d-ad93-22d8dc7a5241 + - 7dff978f-3385-40b2-a2a1-b605fbdd7cbb status: code: 200 message: OK @@ -7829,9 +8335,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7843,7 +8349,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:26 GMT + - Fri, 08 Nov 2019 03:50:58 GMT expires: - '-1' pragma: @@ -7860,7 +8366,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 052113f0-edbe-4ea9-bab6-33b1340018a6 + - b69a5fcb-871b-456e-ba78-b788b20af449 status: code: 200 message: OK @@ -7875,9 +8381,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7889,7 +8395,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:36 GMT + - Fri, 08 Nov 2019 03:51:08 GMT expires: - '-1' pragma: @@ -7906,7 +8412,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ae9ca8ef-39cd-4092-9653-2c3416c20a39 + - b67869cf-7289-4760-bedb-18ff739b9c1f status: code: 200 message: OK @@ -7921,9 +8427,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7935,7 +8441,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:47 GMT + - Fri, 08 Nov 2019 03:51:18 GMT expires: - '-1' pragma: @@ -7952,7 +8458,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 371b1ee4-6f11-415f-a192-883448c86ac2 + - f15214e6-5200-40cf-b6ca-20b1991d52e3 status: code: 200 message: OK @@ -7967,9 +8473,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -7981,7 +8487,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:39:57 GMT + - Fri, 08 Nov 2019 03:51:28 GMT expires: - '-1' pragma: @@ -7998,7 +8504,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 40c099ed-f795-4448-bed1-4a96be4f9704 + - 082b879a-2093-4886-a6ec-0995fd1c288a status: code: 200 message: OK @@ -8013,9 +8519,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8027,7 +8533,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:07 GMT + - Fri, 08 Nov 2019 03:51:39 GMT expires: - '-1' pragma: @@ -8044,7 +8550,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7b708763-4bb2-4dc3-80f1-0307c7d1ed52 + - 3c5bd69c-b558-48aa-bda3-9d484eb572ff status: code: 200 message: OK @@ -8059,9 +8565,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8073,7 +8579,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:17 GMT + - Fri, 08 Nov 2019 03:51:50 GMT expires: - '-1' pragma: @@ -8090,7 +8596,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a8254e3-83ea-4c7f-a213-deafce68f94d + - 1bd29d22-b5bd-47fc-897a-783f5de3b911 status: code: 200 message: OK @@ -8105,9 +8611,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8119,7 +8625,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:27 GMT + - Fri, 08 Nov 2019 03:52:00 GMT expires: - '-1' pragma: @@ -8136,7 +8642,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 416271eb-8406-42db-b9ea-533dc7ef61c6 + - bfc3e290-4461-4657-91e9-43cae76eee5c status: code: 200 message: OK @@ -8151,9 +8657,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8165,7 +8671,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:39 GMT + - Fri, 08 Nov 2019 03:52:11 GMT expires: - '-1' pragma: @@ -8182,7 +8688,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9ff91bf1-03b8-41bb-979b-8d7dc572bbef + - 51acfdd3-1966-4e90-aecf-405aebdc69b4 status: code: 200 message: OK @@ -8197,9 +8703,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8211,7 +8717,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:49 GMT + - Fri, 08 Nov 2019 03:52:21 GMT expires: - '-1' pragma: @@ -8228,7 +8734,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - eae05452-f6e1-4256-8076-8358f6163431 + - 8c106eb7-fdb8-4789-ad73-3bba754564c4 status: code: 200 message: OK @@ -8243,9 +8749,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8257,7 +8763,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:40:59 GMT + - Fri, 08 Nov 2019 03:52:31 GMT expires: - '-1' pragma: @@ -8274,7 +8780,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2850313a-0d41-4739-ba2c-393de1ffb8b2 + - 39ac741b-e54e-4440-9a2f-7243a32e233d status: code: 200 message: OK @@ -8289,9 +8795,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8303,7 +8809,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:41:09 GMT + - Fri, 08 Nov 2019 03:52:41 GMT expires: - '-1' pragma: @@ -8320,7 +8826,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9c92569f-7a9c-4e28-86e5-8453599ae2ad + - 728f4650-65ed-4d9f-b5a6-6fae06ccbf69 status: code: 200 message: OK @@ -8335,9 +8841,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8349,7 +8855,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:41:20 GMT + - Fri, 08 Nov 2019 03:52:51 GMT expires: - '-1' pragma: @@ -8366,7 +8872,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e295ebf0-39fc-4615-842d-44930b26c97b + - 639f14dc-5570-4df8-b3e0-9132892675d4 status: code: 200 message: OK @@ -8381,9 +8887,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8395,7 +8901,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:41:30 GMT + - Fri, 08 Nov 2019 03:53:01 GMT expires: - '-1' pragma: @@ -8412,7 +8918,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0ceb185-0f4a-45b4-a608-83d9f792f5d4 + - aba76d76-45b6-4264-b966-0a8f4bc9a724 status: code: 200 message: OK @@ -8427,9 +8933,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8441,7 +8947,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:41:40 GMT + - Fri, 08 Nov 2019 03:53:13 GMT expires: - '-1' pragma: @@ -8458,7 +8964,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b8c07396-ec6f-4e87-a5ae-1fc01909df79 + - 2ffec327-58ea-466a-9fcf-6016c5815b53 status: code: 200 message: OK @@ -8473,9 +8979,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8487,7 +8993,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:41:51 GMT + - Fri, 08 Nov 2019 03:53:23 GMT expires: - '-1' pragma: @@ -8504,7 +9010,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4191e3a0-0ffa-46a7-899e-867b0dbc7cdc + - b2c0f2ac-c490-45be-b3b8-686fd63d38b8 status: code: 200 message: OK @@ -8519,9 +9025,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8533,7 +9039,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:01 GMT + - Fri, 08 Nov 2019 03:53:33 GMT expires: - '-1' pragma: @@ -8550,7 +9056,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 78bc7006-42a3-4900-b438-b605a420a71d + - 5ae3f832-a607-4ad2-acb3-502d70987145 status: code: 200 message: OK @@ -8565,9 +9071,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8579,7 +9085,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:11 GMT + - Fri, 08 Nov 2019 03:53:44 GMT expires: - '-1' pragma: @@ -8596,7 +9102,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dd144be4-cc1e-4801-8991-04b101cb43fd + - b8dc5df3-69cc-4942-88cc-9f96087b0e80 status: code: 200 message: OK @@ -8611,9 +9117,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8625,7 +9131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:21 GMT + - Fri, 08 Nov 2019 03:53:54 GMT expires: - '-1' pragma: @@ -8642,7 +9148,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b2e1325-22ca-4979-87c4-4cda16afeffe + - 9e34a933-4b8e-479d-a460-eb7a83289929 status: code: 200 message: OK @@ -8657,9 +9163,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8671,7 +9177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:31 GMT + - Fri, 08 Nov 2019 03:54:04 GMT expires: - '-1' pragma: @@ -8688,7 +9194,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5b92cbc5-dcc4-4b90-aefb-28c2d1de388b + - 2d85d060-8432-4153-86ef-6a058a8d3c48 status: code: 200 message: OK @@ -8703,9 +9209,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8717,7 +9223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:43 GMT + - Fri, 08 Nov 2019 03:54:14 GMT expires: - '-1' pragma: @@ -8734,7 +9240,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 68ece87e-1a9d-4195-99a5-6f95132fda3b + - 80f2b9bf-6a23-4b2a-88ca-53b5ac807537 status: code: 200 message: OK @@ -8749,9 +9255,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8763,7 +9269,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:42:53 GMT + - Fri, 08 Nov 2019 03:54:24 GMT expires: - '-1' pragma: @@ -8780,7 +9286,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a940605-7cf3-4b77-9b8a-eaee2a614bd1 + - c2b12e7d-deef-4f26-95e6-56ea1b7843ae status: code: 200 message: OK @@ -8795,9 +9301,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8809,7 +9315,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:04 GMT + - Fri, 08 Nov 2019 03:54:35 GMT expires: - '-1' pragma: @@ -8826,7 +9332,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 12356eec-70ba-4f5f-bcf4-b9c02b6da811 + - d85b1141-f97b-4a66-acc1-1d7ed6ab9abb status: code: 200 message: OK @@ -8841,9 +9347,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8855,7 +9361,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:14 GMT + - Fri, 08 Nov 2019 03:54:45 GMT expires: - '-1' pragma: @@ -8872,7 +9378,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f01e0294-da51-460b-8589-4adb5dbe0c8d + - 77bfdf6a-af4b-4085-809b-3e5220b3f9b5 status: code: 200 message: OK @@ -8887,9 +9393,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8901,7 +9407,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:24 GMT + - Fri, 08 Nov 2019 03:54:56 GMT expires: - '-1' pragma: @@ -8918,7 +9424,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 15812f5d-3a12-4c8c-9bc5-ed38c323da37 + - fde131a7-d7ac-4890-8094-dcba31cdcc9e status: code: 200 message: OK @@ -8933,9 +9439,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8947,7 +9453,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:34 GMT + - Fri, 08 Nov 2019 03:55:07 GMT expires: - '-1' pragma: @@ -8964,7 +9470,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 846352e5-7471-4f6f-951b-1f638c445ad3 + - d8a5ca66-2397-4ad7-864c-5c3ec0fae94f status: code: 200 message: OK @@ -8979,9 +9485,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -8993,7 +9499,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:45 GMT + - Fri, 08 Nov 2019 03:55:17 GMT expires: - '-1' pragma: @@ -9010,7 +9516,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ac604e5a-e3ba-40c3-8fe7-f73384d46343 + - f9d0d136-5d83-46fe-a54c-f4762b5183d1 status: code: 200 message: OK @@ -9025,9 +9531,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9039,7 +9545,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:43:55 GMT + - Fri, 08 Nov 2019 03:55:27 GMT expires: - '-1' pragma: @@ -9056,7 +9562,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ddd70f5f-01e8-4b0b-8bb2-754c12d72392 + - 79fc9b78-ebe5-46c4-8052-2925b852144c status: code: 200 message: OK @@ -9071,9 +9577,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9085,7 +9591,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:05 GMT + - Fri, 08 Nov 2019 03:55:38 GMT expires: - '-1' pragma: @@ -9102,7 +9608,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3eb22da8-648b-4ba2-b415-c3fd8f377cc3 + - 3a888cad-9d0c-46e1-9d61-0e7f357008b6 status: code: 200 message: OK @@ -9117,9 +9623,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9131,7 +9637,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:15 GMT + - Fri, 08 Nov 2019 03:55:48 GMT expires: - '-1' pragma: @@ -9148,7 +9654,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 823bc5df-f92d-44a2-9572-1ff6cda70f47 + - 580402d0-7926-4ef5-88c8-98d474e6471a status: code: 200 message: OK @@ -9163,9 +9669,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -9177,7 +9683,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:26 GMT + - Fri, 08 Nov 2019 03:55:58 GMT expires: - '-1' pragma: @@ -9194,7 +9700,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f15f28e3-09dd-4055-b3c7-7492ae96c7ee + - 29503679-00c2-4e93-95d2-1eea837457e7 status: code: 200 message: OK @@ -9209,9 +9715,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56842a0-d9a8-4d44-805d-284e3363dd4f?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8e424154-dd85-412a-a342-a12328bce97f?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -9223,7 +9729,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:37 GMT + - Fri, 08 Nov 2019 03:56:09 GMT expires: - '-1' pragma: @@ -9240,7 +9746,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0c1be701-2b45-4223-8857-e16420e34680 + - 10256553-b3d3-4e72-80dc-2d4b175d373d status: code: 200 message: OK @@ -9255,19 +9761,19 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyvngb4d417ef\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef\"\ - ,\r\n \"etag\": \"W/\\\"ce5e933a-433f-4432-819c-b7c5fdbc0dd5\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"61b70e8e-bef8-4c7b-95d5-80b3f0d2f944\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ - ,\r\n \"resourceGuid\": \"8da9e6ab-660e-439d-ae18-db43d93dd506\",\r\n \ + ,\r\n \"resourceGuid\": \"3788874e-0a1a-426b-8fa6-94c270347b2f\",\r\n \ \ \"packetCaptureDiagnosticState\": \"None\",\r\n \"ipConfigurations\"\ : [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default\"\ - ,\r\n \"etag\": \"W/\\\"ce5e933a-433f-4432-819c-b7c5fdbc0dd5\\\"\"\ + ,\r\n \"etag\": \"W/\\\"61b70e8e-bef8-4c7b-95d5-80b3f0d2f944\\\"\"\ ,\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways/ipConfigurations\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"\ @@ -9288,7 +9794,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:37 GMT + - Fri, 08 Nov 2019 03:56:09 GMT expires: - '-1' pragma: @@ -9305,7 +9811,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b36dfdea-25ee-4f03-b763-e1c5ef087e3d + - 909c4c43-24f9-4a51-ba7d-117c49c4b522 status: code: 200 message: OK diff --git a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml index 08247fb570ad..00bc4eec3028 100644 --- a/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml +++ b/sdk/network/azure-mgmt-network/tests/recordings/test_mgmt_network.test_virtual_networks.yaml @@ -18,7 +18,7 @@ interactions: - application/json; charset=utf-8 User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: PUT @@ -26,16 +26,16 @@ interactions: response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"a6325f09-6059-48e8-bb1f-7778307333ad\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"d2e9368a-b630-409d-8e8b-432cbe12ed7b\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ - \ \"resourceGuid\": \"9746f7f8-1f83-45f4-b7ea-14d06efeba10\",\r\n \"\ + \ \"resourceGuid\": \"65c353dd-70bf-4fbb-b3d3-e032bd9e9868\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"a6325f09-6059-48e8-bb1f-7778307333ad\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d2e9368a-b630-409d-8e8b-432cbe12ed7b\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -43,7 +43,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"a6325f09-6059-48e8-bb1f-7778307333ad\\\"\"\ + ,\r\n \"etag\": \"W/\\\"d2e9368a-b630-409d-8e8b-432cbe12ed7b\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -53,7 +53,7 @@ interactions: : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/895e6c64-5697-486d-9b50-336c087407c3?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ba5ad82d-93ec-45c1-82df-73bfee976dfa?api-version=2019-09-01 cache-control: - no-cache content-length: @@ -61,7 +61,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:52 GMT + - Fri, 08 Nov 2019 03:56:27 GMT expires: - '-1' pragma: @@ -74,9 +74,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 22b946e5-257a-4056-96c5-073fb7ca40a5 + - 6a44a931-2934-4a5f-a8c9-b01d0e1fffa2 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -91,9 +91,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/895e6c64-5697-486d-9b50-336c087407c3?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ba5ad82d-93ec-45c1-82df-73bfee976dfa?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -105,7 +105,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:56 GMT + - Fri, 08 Nov 2019 03:56:30 GMT expires: - '-1' pragma: @@ -122,7 +122,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3d34019a-7335-4b24-89b5-b42f7273b24f + - 407f521c-fcd6-4667-a8a7-53b42f248c4c status: code: 200 message: OK @@ -137,22 +137,22 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e?api-version=2019-09-01 response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"9746f7f8-1f83-45f4-b7ea-14d06efeba10\",\r\n \"\ + \ \"resourceGuid\": \"65c353dd-70bf-4fbb-b3d3-e032bd9e9868\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -160,7 +160,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -176,9 +176,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:56 GMT + - Fri, 08 Nov 2019 03:56:31 GMT etag: - - W/"c040d832-9073-4f4d-b57b-5291a26ca6ae" + - W/"146f0614-58a6-4db1-b154-abdc20de136c" expires: - '-1' pragma: @@ -195,7 +195,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3a3726bd-776a-42f8-89bc-cef9bd5e7bb8 + - 1cd91c6b-aaf1-45df-9310-911a217feef1 status: code: 200 message: OK @@ -210,7 +210,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -218,16 +218,16 @@ interactions: response: body: string: "{\r\n \"name\": \"pyvnet4725106e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\",\r\n \ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n\ - \ \"resourceGuid\": \"9746f7f8-1f83-45f4-b7ea-14d06efeba10\",\r\n \"\ + \ \"resourceGuid\": \"65c353dd-70bf-4fbb-b3d3-e032bd9e9868\",\r\n \"\ addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\ \r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\ \n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \ \ \"subnets\": [\r\n {\r\n \"name\": \"pyvnetsubnetone4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -235,7 +235,7 @@ interactions: \n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ \ },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n \"delegations\"\ : [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ @@ -251,9 +251,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:57 GMT + - Fri, 08 Nov 2019 03:56:32 GMT etag: - - W/"c040d832-9073-4f4d-b57b-5291a26ca6ae" + - W/"146f0614-58a6-4db1-b154-abdc20de136c" expires: - '-1' pragma: @@ -270,7 +270,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5b214eff-a275-4aee-924d-321a92cfc94e + - 58b1e580-15b9-4a6a-b9f8-37239a58581b status: code: 200 message: OK @@ -285,7 +285,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -301,7 +301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:57 GMT + - Fri, 08 Nov 2019 03:56:32 GMT expires: - '-1' pragma: @@ -318,7 +318,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0fcd0b9c-10bb-47c0-b53b-54f5b808c827 + - 24cbeb30-c702-4db4-be59-59ce9979a016 status: code: 200 message: OK @@ -333,7 +333,7 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -342,17 +342,17 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"pyvnet4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\",\r\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\",\r\ \n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\"\ : \"westus\",\r\n \"properties\": {\r\n \"provisioningState\"\ - : \"Succeeded\",\r\n \"resourceGuid\": \"9746f7f8-1f83-45f4-b7ea-14d06efeba10\"\ + : \"Succeeded\",\r\n \"resourceGuid\": \"65c353dd-70bf-4fbb-b3d3-e032bd9e9868\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \ \ \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\"\ : {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \ \ \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\ \n {\r\n \"name\": \"pyvnetsubnetone4725106e\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\",\r\n\ \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ @@ -360,7 +360,7 @@ interactions: Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n },\r\n {\r\n \"name\": \"pyvnetsubnettwo4725106e\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e\"\ - ,\r\n \"etag\": \"W/\\\"c040d832-9073-4f4d-b57b-5291a26ca6ae\\\"\ + ,\r\n \"etag\": \"W/\\\"146f0614-58a6-4db1-b154-abdc20de136c\\\"\ \",\r\n \"properties\": {\r\n \"provisioningState\"\ : \"Succeeded\",\r\n \"addressPrefix\": \"10.0.2.0/24\",\r\n\ \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\"\ @@ -377,7 +377,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:57 GMT + - Fri, 08 Nov 2019 03:56:32 GMT expires: - '-1' pragma: @@ -394,7 +394,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d311c81-9174-4a6d-be18-868f80d2df25 + - fe9636a9-3774-4258-af73-0574b5398e22 status: code: 200 message: OK @@ -409,23 +409,23 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/virtualNetworks?api-version=2019-09-01 response: body: - string: '{"value":[{"name":"ag1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_address_poolb7vwzkoul4hnlo2ptgwrpa562ek4hoa5pq2gc4ekn2rrhgslo2a/providers/Microsoft.Network/virtualNetworks/ag1Vnet","etag":"W/\"ab537fc6-326b-41c5-b34d-4f415c358bb9\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3c3b1ccb-caa7-4c6a-8d6e-ec2087f3fc44","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_address_poolb7vwzkoul4hnlo2ptgwrpa562ek4hoa5pq2gc4ekn2rrhgslo2a/providers/Microsoft.Network/virtualNetworks/ag1Vnet/subnets/default","etag":"W/\"ab537fc6-326b-41c5-b34d-4f415c358bb9\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_private4g2fakklpk5ifocmi72mw5gmvhf3zvf5u3bonj2eehlq/providers/Microsoft.Network/virtualNetworks/vnet1","etag":"W/\"8c411fef-74d8-4452-a271-c88ff578e93e\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d3a5d83d-f484-457a-9f76-72480fc19ad0","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_private4g2fakklpk5ifocmi72mw5gmvhf3zvf5u3bonj2eehlq/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","etag":"W/\"8c411fef-74d8-4452-a271-c88ff578e93e\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"ag1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_publicglwm4jk2aep5y7hj33emv7b6t2abgr4fvy5zsxtebs2sr/providers/Microsoft.Network/virtualNetworks/ag1Vnet","etag":"W/\"7b4cd5fd-37de-4625-8561-03c67a562d19\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"3ae71df6-5296-485a-9ead-b6202537a2ea","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_publicglwm4jk2aep5y7hj33emv7b6t2abgr4fvy5zsxtebs2sr/providers/Microsoft.Network/virtualNetworks/ag1Vnet/subnets/default","etag":"W/\"7b4cd5fd-37de-4625-8561-03c67a562d19\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"ag1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_publicibdwzsizl4kai4bmnsmr3oh4fadlt7gvn24umxxgk4olz/providers/Microsoft.Network/virtualNetworks/ag1Vnet","etag":"W/\"060e91d1-dd8d-4906-99c9-6ef33b0c7d41\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d34d0f53-1da7-44d4-86e7-3908a95be9d1","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_ip_publicibdwzsizl4kai4bmnsmr3oh4fadlt7gvn24umxxgk4olz/providers/Microsoft.Network/virtualNetworks/ag1Vnet/subnets/default","etag":"W/\"060e91d1-dd8d-4906-99c9-6ef33b0c7d41\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"ag1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_portwbitfwqlqjoz6jzbl3fa4x4nk4jhzjdet6bichvfgye2n2jtim/providers/Microsoft.Network/virtualNetworks/ag1Vnet","etag":"W/\"9b0d79c5-03fd-48fc-b001-cdc89bb53393\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"5f61d7a7-5dd1-41a3-9195-808406448da7","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_frontend_portwbitfwqlqjoz6jzbl3fa4x4nk4jhzjdet6bichvfgye2n2jtim/providers/Microsoft.Network/virtualNetworks/ag1Vnet/subnets/default","etag":"W/\"9b0d79c5-03fd-48fc-b001-cdc89bb53393\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"ag3Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_private_ip47l4iutevepeno4eleto4yn6uobjzmcmyodfx6gav4bcxbp3zh7yi/providers/Microsoft.Network/virtualNetworks/ag3Vnet","etag":"W/\"c279638e-08d9-4466-aeb4-1843bc9112e9\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2b3381b7-f968-4774-a5f3-1d1c67ed20e4","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_private_ip47l4iutevepeno4eleto4yn6uobjzmcmyodfx6gav4bcxbp3zh7yi/providers/Microsoft.Network/virtualNetworks/ag3Vnet/subnets/subnet1","etag":"W/\"c279638e-08d9-4466-aeb4-1843bc9112e9\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"ag3Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_private_ipp2ykus5y6rkqaz5tnozsd754n36zwxyv4bl6exm4w2r4zi2fdw3tf/providers/Microsoft.Network/virtualNetworks/ag3Vnet","etag":"W/\"a2671389-f108-4b9d-94c5-bd841f0bd951\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"f231167d-c706-4b7d-a706-cdaae9918ae5","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_private_ipp2ykus5y6rkqaz5tnozsd754n36zwxyv4bl6exm4w2r4zi2fdw3tf/providers/Microsoft.Network/virtualNetworks/ag3Vnet/subnets/subnet1","etag":"W/\"a2671389-f108-4b9d-94c5-bd841f0bd951\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"gw1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetspm5eoivju7bbk7ji5ig4m5nuu4yreqobo4eio2uj34rrqvf/providers/Microsoft.Network/virtualNetworks/gw1Vnet","etag":"W/\"66164ade-8e7f-413a-8510-9a52d9a05393\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d9fabe9a-feaf-43e6-ab5b-24f2bc12e288","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetspm5eoivju7bbk7ji5ig4m5nuu4yreqobo4eio2uj34rrqvf/providers/Microsoft.Network/virtualNetworks/gw1Vnet/subnets/default","etag":"W/\"66164ade-8e7f-413a-8510-9a52d9a05393\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"gw1Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetsqdemdi2b6abi4kp6jz2yqszfx47uy35cdveusufscfyjrck/providers/Microsoft.Network/virtualNetworks/gw1Vnet","etag":"W/\"64172557-ad70-44d2-9e98-5e79024e4436\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a2c135e0-a3c2-477a-923d-f035746af251","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_rewrite_rulesetsqdemdi2b6abi4kp6jz2yqszfx47uy35cdveusufscfyjrck/providers/Microsoft.Network/virtualNetworks/gw1Vnet/subnets/default","etag":"W/\"64172557-ad70-44d2-9e98-5e79024e4436\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_app_gateway_waf_configqmmu6wjrdktmmocgings2wpaeenqmgbn7xf2eug5swlm/providers/Microsoft.Network/virtualNetworks/vnet1","etag":"W/\"e48ea213-25b7-4f6a-badb-1b5077a059e7\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"1448ee43-96d5-4e0d-a2a4-cc0b42d09133","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_app_gateway_waf_configqmmu6wjrdktmmocgings2wpaeenqmgbn7xf2eug5swlm/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","etag":"W/\"e48ea213-25b7-4f6a-badb-1b5077a059e7\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vmss1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/virtualNetworks/vmss1VNET","etag":"W/\"870d9ddd-99c7-4a80-945b-8eef36a7e020\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"67ad67fe-48fa-4d93-9d5f-fd1274921852","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vmss1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_reference_vmss_7m27hxfaug6ay4vo2mhpmljbru4n24oan3csq7hjci6lm3j4/providers/Microsoft.Network/virtualNetworks/vmss1VNET/subnets/vmss1Subnet","etag":"W/\"870d9ddd-99c7-4a80-945b-8eef36a7e020\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fengtest-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtest-vnet","etag":"W/\"683ea4ba-a82d-4ab9-9afb-16eb4ebb914a\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"bbf63c2d-03b0-4630-8f9c-39199a9524bd","addressSpace":{"addressPrefixes":["10.2.6.0/24"]},"subnets":[{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtest-vnet/subnets/GatewaySubnet","etag":"W/\"683ea4ba-a82d-4ab9-9afb-16eb4ebb914a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.6.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworkGateways/fenggw/ipConfigurations/default"}],"serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"feng_rhel_8VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET","etag":"W/\"2f942af6-8ff0-4e39-a25f-629076d46b8b\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a73fe0a0-7a42-44b9-a583-f614b1acbee2","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"feng_rhel_8Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet","etag":"W/\"2f942af6-8ff0-4e39-a25f-629076d46b8b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"harold-vnet-01","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01","etag":"W/\"4e980251-42f9-493e-8912-84098812ed55\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"42338af7-eb67-475b-a216-b07759ce5e50","addressSpace":{"addressPrefixes":["10.7.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default","etag":"W/\"4e980251-42f9-493e-8912-84098812ed55\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.KeyVault","locations":["*"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/GatewaySubnet","etag":"W/\"4e980251-42f9-493e-8912-84098812ed55\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.1.0/28","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vnet-gw-01/ipConfigurations/default"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.KeyVault","locations":["*"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"AzureFirewallSubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/AzureFirewallSubnet","etag":"W/\"4e980251-42f9-493e-8912-84098812ed55\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.2.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/azureFirewalls/harold-fw-01/azureFirewallIpConfigurations/IpConf"}],"serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"harold-vnet-02","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02","etag":"W/\"b399d6d0-f2bb-4e02-a68c-7233aa78192a\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"408c17a1-9605-4d3f-b601-c3472b2479eb","addressSpace":{"addressPrefixes":["10.10.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02/subnets/default","etag":"W/\"b399d6d0-f2bb-4e02-a68c-7233aa78192a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.10.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02/subnets/GatewaySubnet","etag":"W/\"b399d6d0-f2bb-4e02-a68c-7233aa78192a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.10.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vnet-gw-02/ipConfigurations/vnetGatewayConfig0"}],"serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"start-1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET","etag":"W/\"b924357a-1cad-4881-94da-56d1c712ae0c\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0d67fe10-f709-4454-a571-d4c528064257","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"start-1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet","etag":"W/\"b924357a-1cad-4881-94da-56d1c712ae0c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvmirnet5cc18eb","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_managed_disks_test_create_virtual_machine_scale_set5cc18eb/providers/Microsoft.Network/virtualNetworks/pyvmirnet5cc18eb","etag":"W/\"bf516b23-6a3d-44bb-9581-f174fcdd50e2\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"b4065c95-d7b3-4c8f-bc82-3ffa80ab3ce6","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"pyvmirsub5cc18eb","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_managed_disks_test_create_virtual_machine_scale_set5cc18eb/providers/Microsoft.Network/virtualNetworks/pyvmirnet5cc18eb/subnets/pyvmirsub5cc18eb","etag":"W/\"bf516b23-6a3d-44bb-9581-f174fcdd50e2\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvmirnet9bd146b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_managed_disks_test_create_vm_implicit_md9bd146b/providers/Microsoft.Network/virtualNetworks/pyvmirnet9bd146b","etag":"W/\"3091dedc-e8f0-4b2d-bfad-739a76de687c\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"5ba3308a-6a50-4b85-9c59-42def9396cdc","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"pyvmirsub9bd146b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_managed_disks_test_create_vm_implicit_md9bd146b/providers/Microsoft.Network/virtualNetworks/pyvmirnet9bd146b/subnets/pyvmirsub9bd146b","etag":"W/\"3091dedc-e8f0-4b2d-bfad-739a76de687c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_managed_disks_test_create_vm_implicit_md9bd146b/providers/Microsoft.Network/networkInterfaces/pyvmirnic9bd146b/ipConfigurations/pyarmconfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvnet4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e","etag":"W/\"c040d832-9073-4f4d-b57b-5291a26ca6ae\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"9746f7f8-1f83-45f4-b7ea-14d06efeba10","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":["10.1.1.1","10.1.2.4"]},"subnets":[{"name":"pyvnetsubnetone4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e","etag":"W/\"c040d832-9073-4f4d-b57b-5291a26ca6ae\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pyvnetsubnettwo4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e","etag":"W/\"c040d832-9073-4f4d-b57b-5291a26ca6ae\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvirtnetb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef","etag":"W/\"a6d60390-4234-4ebb-baed-35ad4727c4b0\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"4dc1befd-0e17-465e-90f3-251856f22a7a","addressSpace":{"addressPrefixes":["10.11.0.0/16","10.12.0.0/16"]},"subnets":[{"name":"pysubnetfeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef","etag":"W/\"a6d60390-4234-4ebb-baed-35ad4727c4b0\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.11.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pysubnetbeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef","etag":"W/\"a6d60390-4234-4ebb-baed-35ad4727c4b0\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet","etag":"W/\"a6d60390-4234-4ebb-baed-35ad4727c4b0\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.255.0/27","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zimsstuff-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet","etag":"W/\"f2bf4716-9fbb-4f88-ac84-44d6873b3387\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d4706934-8008-46f1-bfea-c84a8f591ec3","addressSpace":{"addressPrefixes":["10.2.8.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet/subnets/default","etag":"W/\"f2bf4716-9fbb-4f88-ac84-44d6873b3387\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.8.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhtest","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"8afda190-e999-4772-bb49-1d6b83b3656c","addressSpace":{"addressPrefixes":["10.9.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest/subnets/default","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.9.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"testsubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest/subnets/testsubnet","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.9.1.0/24","serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["westus","eastus"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/virtualNetworks/fozippy98","etag":"W/\"1491f1a5-4ddb-43ee-a981-e3d576b97659\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"aee855ee-cab8-4599-b3ed-209ffcbc5149","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/virtualNetworks/fozippy98/subnets/fozippy98","etag":"W/\"1491f1a5-4ddb-43ee-a981-e3d576b97659\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vmss1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/virtualNetworks/vmss1VNET","etag":"W/\"14edd799-2b8c-46bd-9fc0-cce703b6f554\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"85087d8d-1c2e-4659-8ae5-248d609e07bd","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vmss1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/virtualNetworks/vmss1VNET/subnets/vmss1Subnet","etag":"W/\"14edd799-2b8c-46bd-9fc0-cce703b6f554\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/2/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Compute/virtualMachineScaleSets/vmss2/virtualMachines/3/networkInterfaces/vmss249baNic/ipConfigurations/vmss249baIPConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"storagerule","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule","etag":"W/\"892fd56f-6d7b-4131-a886-2ebdf25c71ab\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"1b917d9e-2206-4172-abe3-9d1b328453d7","addressSpace":{"addressPrefixes":["10.4.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default","etag":"W/\"892fd56f-6d7b-4131-a886-2ebdf25c71ab\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.4.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["eastus","westus"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"testzuh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/testzuh","etag":"W/\"da384904-b968-4599-b4cb-8edc49bf4e8a\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"5c4d3ad3-5ccb-497f-9d7d-179fd1ab28bf","addressSpace":{"addressPrefixes":["10.3.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/testzuh/subnets/default","etag":"W/\"da384904-b968-4599-b4cb-8edc49bf4e8a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.3.0.0/24","applicationGatewayIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/applicationGateways/aaaaa/gatewayIPConfigurations/appGatewayIpConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuh-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet","etag":"W/\"a3e70c32-eb86-48d6-b0d5-31428a1f0a16\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"5bd58890-46ce-4785-9445-b3092a02abee","addressSpace":{"addressPrefixes":["10.2.0.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet/subnets/default","etag":"W/\"a3e70c32-eb86-48d6-b0d5-31428a1f0a16\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlrg1vnet623","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623","etag":"W/\"cd12f2fe-ad80-400d-a5b9-6ca50f8b5285\"","type":"Microsoft.Network/virtualNetworks","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"4937c1e9-9025-439d-959a-a6842c82e584","addressSpace":{"addressPrefixes":["10.2.4.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623/subnets/default","etag":"W/\"cd12f2fe-ad80-400d-a5b9-6ca50f8b5285\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.4.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fengtestvnet658","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658","etag":"W/\"95c669ab-216d-4a5c-8332-179e1c55580b\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"f0e2e6ce-894a-4958-87d4-1ff6ba4c3a6e","addressSpace":{"addressPrefixes":["10.2.7.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658/subnets/default","etag":"W/\"95c669ab-216d-4a5c-8332-179e1c55580b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.7.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlrg1-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1-vnet","etag":"W/\"fd93565e-45f8-41a4-b108-85b595f7cecf\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9dfeb5f2-adef-408a-9d3c-746fcb42a757","addressSpace":{"addressPrefixes":["10.2.2.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1-vnet/subnets/default","etag":"W/\"fd93565e-45f8-41a4-b108-85b595f7cecf\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlwvmrg-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet","etag":"W/\"a27b7970-2d69-4098-9048-2ccd23db1de2\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"b791b303-d438-45e1-a31b-d8e8ba6897ff","addressSpace":{"addressPrefixes":["10.2.5.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet/subnets/default","etag":"W/\"a27b7970-2d69-4098-9048-2ccd23db1de2\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.5.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"yugangw1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET","etag":"W/\"17e634f3-ad31-4ec1-b0b8-a77a9a1ad7df\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"19020449-b774-4b76-940d-d2488be0bc4a","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"yugangw1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet","etag":"W/\"17e634f3-ad31-4ec1-b0b8-a77a9a1ad7df\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhvnet584","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584","etag":"W/\"9c934546-3720-428f-9e3a-786b4c5a7b2f\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"b6d3cf11-df2a-4b02-97f0-6c8dfa8dba3d","addressSpace":{"addressPrefixes":["10.2.1.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584/subnets/default","etag":"W/\"9c934546-3720-428f-9e3a-786b4c5a7b2f\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/virtualNetworks/vnet1","etag":"W/\"5880e151-6c6e-42b3-92df-bbfb7147cf43\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d7c5b183-ce82-4303-92ae-8d61a645f08a","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","etag":"W/\"5880e151-6c6e-42b3-92df-bbfb7147cf43\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/lks1.nic.7f9003f5-5e86-42b9-9979-80a9797cf484/ipConfigurations/lks1_ipconfig_0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/privateLinkServices/lks1/ipConfigurations/lks1_ipconfig_0"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Disabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"subnet2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet2","etag":"W/\"5880e151-6c6e-42b3-92df-bbfb7147cf43\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/networkInterfaces/pe1.nic.42302fcd-0ffa-4e8d-8094-9f06c8639a3e/ipConfigurations/privateEndpointIpConfig"}],"privateEndpoints":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/0927pe/providers/Microsoft.Network/privateEndpoints/pe1"}],"delegations":[],"purpose":"PrivateEndpoints","privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"test_vm1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET","etag":"W/\"7b1a9ab9-3c77-4ca0-a64b-569151f29774\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"12e2f10b-184b-40b6-a11a-3dc67162e882","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"test_vm1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet","etag":"W/\"7b1a9ab9-3c77-4ca0-a64b-569151f29774\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnettest","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"069414bc-bd93-47a1-976e-2e51578a2c72","addressSpace":{"addressPrefixes":["10.1.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/default","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db/ipConfigurations/sdfsdfsdf_ipconfig_0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/privateLinkServices/sdfsdfsdf/ipConfigurations/sdfsdfsdf_ipconfig_0"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Disabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/GatewaySubnet","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.3.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test1","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.1.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test2","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.2.0/24","serviceEndpoints":[],"delegations":[],"purpose":"PrivateEndpoints","privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test3","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.4.0/24","serviceEndpoints":[],"delegations":[],"purpose":"PrivateEndpoints","privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test4","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test4","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.5.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Disabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/vnet1","etag":"W/\"cdf55d73-7582-425a-bdd1-5383e2daba61\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"c946fed5-e511-4060-b29e-9d317d552d8e","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","etag":"W/\"cdf55d73-7582-425a-bdd1-5383e2daba61\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhvnet370","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370","etag":"W/\"1e1b4ae5-022a-475e-969a-f96339c8648e\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"2c951b45-735f-4cf6-bb8a-de4095665900","addressSpace":{"addressPrefixes":["10.2.3.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default","etag":"W/\"1e1b4ae5-022a-475e-969a-f96339c8648e\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.3.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"testavrdfv","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/testavrdfv","etag":"W/\"3f7e69a9-676c-4a01-8627-056ac12189cf\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"a1dfe155-c47d-4e06-be55-a60785e40051","addressSpace":{"addressPrefixes":["10.8.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/testavrdfv/subnets/default","etag":"W/\"3f7e69a9-676c-4a01-8627-056ac12189cf\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.8.0.0/24","serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["centralus","eastus2"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vm-storage-sku-testVNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/virtualNetworks/vm-storage-sku-testVNET","etag":"W/\"8df6771f-81e1-4a5c-96c2-15d36dd1cfea\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"570cea8a-c239-4c97-8da8-838620cbb9d3","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vm-storage-sku-testSubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/virtualNetworks/vm-storage-sku-testVNET/subnets/vm-storage-sku-testSubnet","etag":"W/\"8df6771f-81e1-4a5c-96c2-15d36dd1cfea\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-stdssdkgdhghn2buyn4din6affqfbix5ppcmd33enrqlsrllf4men4if3yftltrzrs/providers/Microsoft.Network/networkInterfaces/vm-storage-sku-testVMNic/ipConfigurations/ipconfigvm-storage-sku-test"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vm-ultrassdVNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/virtualNetworks/vm-ultrassdVNET","etag":"W/\"4a7d1fdf-5c9b-4cce-8152-ecc0316bccd7\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"98206c04-978f-4eff-80aa-d810edd68151","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vm-ultrassdSubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Network/virtualNetworks/vm-ultrassdVNET/subnets/vm-ultrassdSubnet","etag":"W/\"4a7d1fdf-5c9b-4cce-8152-ecc0316bccd7\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/0/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/1/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/2/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-test-ultrassddsi5fokegvuzuq4vjfehdbj2nn2tdwdlb6ze4mucrcbjdanaj2iooe7ntd/providers/Microsoft.Compute/virtualMachineScaleSets/vm-ultrassd/virtualMachines/3/networkInterfaces/vmultd1f9Nic/ipConfigurations/vmultd1f9IPConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vmss0VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/virtualNetworks/vmss0VNET","etag":"W/\"7481b1e0-d5c8-494c-bee2-d6710a524917\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"d50bd84b-f9c9-4a3b-97b5-c3f0e078dade","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vmss0Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Network/virtualNetworks/vmss0VNET/subnets/vmss0Subnet","etag":"W/\"7481b1e0-d5c8-494c-bee2-d6710a524917\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/0/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/1/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/2/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_lb_skuw5ptgbfbg7mff4cnrfib4lpenqu3srpyky6uyk2hjzwsxi5shf2bbsd/providers/Microsoft.Compute/virtualMachineScaleSets/vmss0/virtualMachines/3/networkInterfaces/vmss0364aNic/ipConfigurations/vmss0364aIPConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98","etag":"W/\"02e6c4d1-dc43-4614-b7f7-65a9a5e9de84\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"96537f60-9ee3-4e56-bbb4-e622048d764d","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98/subnets/fooziipy98","etag":"W/\"02e6c4d1-dc43-4614-b7f7-65a9a5e9de84\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99","etag":"W/\"39477a34-d029-470a-91ad-975873313a30\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"deea6a38-de92-4d49-82d6-deb59d695873","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99/subnets/fooziipy99","etag":"W/\"39477a34-d029-470a-91ad-975873313a30\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdk-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","type":"Microsoft.Network/virtualNetworks","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"7637a963-71f9-4aed-905b-8c0f4aed45b9","addressSpace":{"addressPrefixes":["10.6.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.6.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ/ipConfigurations/ipconfig1"}],"serviceEndpoints":[],"delegations":[{"name":"514c6b63b2df4757ba448bd8f44d10a5","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default/delegations/514c6b63b2df4757ba448bd8f44d10a5","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","properties":{"provisioningState":"Succeeded","serviceName":"Microsoft.Netapp/volumes","actions":["Microsoft.Network/networkinterfaces/*","Microsoft.Network/virtualNetworks/subnets/join/action"]},"type":"Microsoft.Network/virtualNetworks/subnets/delegations"}],"purpose":"HostedWorkloads","privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pytest-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg/providers/Microsoft.Network/virtualNetworks/pytest-vnet","etag":"W/\"aa662f30-f19c-4f27-bd8a-2fd7a22c04fe\"","type":"Microsoft.Network/virtualNetworks","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"27e8ce4b-11fc-4bb5-a8de-c9425c01900c","addressSpace":{"addressPrefixes":["10.5.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg/providers/Microsoft.Network/virtualNetworks/pytest-vnet/subnets/default","etag":"W/\"aa662f30-f19c-4f27-bd8a-2fd7a22c04fe\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.5.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}}]}' + string: '{"value":[{"name":"sample-ruby-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sample-compute-group/providers/Microsoft.Network/virtualNetworks/sample-ruby-vnet","etag":"W/\"2254c07e-eb81-489b-b98a-149e574fa580\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"89f632db-a676-4150-a3d5-e78d2b2f5be8","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":["8.8.8.8"]},"subnets":[{"name":"rubySampleSubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sample-compute-group/providers/Microsoft.Network/virtualNetworks/sample-ruby-vnet/subnets/rubySampleSubnet","etag":"W/\"2254c07e-eb81-489b-b98a-149e574fa580\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-sample-compute-group/providers/Microsoft.Network/networkInterfaces/sample-ruby-nic-firstvm/ipConfigurations/sample-ruby-nic-firstvm"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"my-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/virtualNetworks/my-vnet","etag":"W/\"02680d91-1993-41c7-a4e1-c7a599fd6bd4\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"632eba48-17ca-415b-a884-cdbd86d55990","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"my-subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet1","etag":"W/\"02680d91-1993-41c7-a4e1-c7a599fd6bd4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_create_vm_existing_nicojwhik2is5ycawtrhiliukuyxwdzdk5abx7uiilgcf5h/providers/Microsoft.Network/networkInterfaces/my-nic/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fengtest-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtest-vnet","etag":"W/\"683ea4ba-a82d-4ab9-9afb-16eb4ebb914a\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"bbf63c2d-03b0-4630-8f9c-39199a9524bd","addressSpace":{"addressPrefixes":["10.2.6.0/24"]},"subnets":[{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtest-vnet/subnets/GatewaySubnet","etag":"W/\"683ea4ba-a82d-4ab9-9afb-16eb4ebb914a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.6.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworkGateways/fenggw/ipConfigurations/default"}],"serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"feng_rhel_8VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET","etag":"W/\"2f942af6-8ff0-4e39-a25f-629076d46b8b\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"a73fe0a0-7a42-44b9-a583-f614b1acbee2","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"feng_rhel_8Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/feng_rhel_8VNET/subnets/feng_rhel_8Subnet","etag":"W/\"2f942af6-8ff0-4e39-a25f-629076d46b8b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng_rhel_8VMNic/ipConfigurations/ipconfigfeng_rhel_8"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-rhel-8VMNic/ipConfigurations/ipconfigfeng-rhel-8"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"harold-app-gw-01Vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-app-gw-01Vnet","etag":"W/\"c43cecff-0b00-496a-811c-e0f804bdfbba\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"4fccb88c-32e5-4204-b8a5-81fcab9eec8e","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-app-gw-01Vnet/subnets/default","etag":"W/\"c43cecff-0b00-496a-811c-e0f804bdfbba\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/applicationGateways/harold-app-gw-01/frontendIPConfigurations/appGatewayFrontendIP"}],"applicationGatewayIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/applicationGateways/harold-app-gw-01/gatewayIPConfigurations/appGatewayFrontendIP"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"harold-vnet-01","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01","etag":"W/\"b052dfd8-836a-49d0-99ba-96fe5334c654\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"42338af7-eb67-475b-a216-b07759ce5e50","addressSpace":{"addressPrefixes":["10.7.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/default","etag":"W/\"b052dfd8-836a-49d0-99ba-96fe5334c654\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-01543/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/networkInterfaces/vm-02540/ipConfigurations/ipconfig1"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.KeyVault","locations":["*"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/GatewaySubnet","etag":"W/\"b052dfd8-836a-49d0-99ba-96fe5334c654\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.1.0/28","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworkGateways/harold-vgw-01/ipConfigurations/default"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.KeyVault","locations":["*"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"AzureFirewallSubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-01/subnets/AzureFirewallSubnet","etag":"W/\"b052dfd8-836a-49d0-99ba-96fe5334c654\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.7.2.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"harold-vnet-02","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02","etag":"W/\"cdbebc11-6d42-437a-95da-682303c8509b\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"408c17a1-9605-4d3f-b601-c3472b2479eb","addressSpace":{"addressPrefixes":["10.10.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02/subnets/default","etag":"W/\"cdbebc11-6d42-437a-95da-682303c8509b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.10.0.0/24","applicationGatewayIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/applicationGateways/harold-app-gw-02/gatewayIPConfigurations/appGatewayIpConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/harold-rsg-01/providers/Microsoft.Network/virtualNetworks/harold-vnet-02/subnets/GatewaySubnet","etag":"W/\"cdbebc11-6d42-437a-95da-682303c8509b\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.10.1.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"start-1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET","etag":"W/\"b924357a-1cad-4881-94da-56d1c712ae0c\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"0d67fe10-f709-4454-a571-d4c528064257","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"start-1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/virtualNetworks/start-1VNET/subnets/start-1Subnet","etag":"W/\"b924357a-1cad-4881-94da-56d1c712ae0c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/start-1VMNic/ipConfigurations/ipconfigstart-1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/start/providers/Microsoft.Network/networkInterfaces/aVMNic/ipConfigurations/ipconfiga"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvnet4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e","etag":"W/\"146f0614-58a6-4db1-b154-abdc20de136c\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"65c353dd-70bf-4fbb-b3d3-e032bd9e9868","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":["10.1.1.1","10.1.2.4"]},"subnets":[{"name":"pyvnetsubnetone4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnetone4725106e","etag":"W/\"146f0614-58a6-4db1-b154-abdc20de136c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pyvnetsubnettwo4725106e","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_networks4725106e/providers/Microsoft.Network/virtualNetworks/pyvnet4725106e/subnets/pyvnetsubnettwo4725106e","etag":"W/\"146f0614-58a6-4db1-b154-abdc20de136c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pyvirtnetb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef","etag":"W/\"679a0bfa-2a66-44f0-b05d-bbd77050e2be\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"61abac71-f411-4fab-80e7-5145562c7dbd","addressSpace":{"addressPrefixes":["10.11.0.0/16","10.12.0.0/16"]},"subnets":[{"name":"pysubnetfeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetfeb4d417ef","etag":"W/\"679a0bfa-2a66-44f0-b05d-bbd77050e2be\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.11.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"pysubnetbeb4d417ef","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/pysubnetbeb4d417ef","etag":"W/\"679a0bfa-2a66-44f0-b05d-bbd77050e2be\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworks/pyvirtnetb4d417ef/subnets/GatewaySubnet","etag":"W/\"679a0bfa-2a66-44f0-b05d-bbd77050e2be\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.12.255.0/27","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_network_test_virtual_network_gateway_operationsb4d417ef/providers/Microsoft.Network/virtualNetworkGateways/pyvngb4d417ef/ipConfigurations/default"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"yg-docker-v1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/virtualNetworks/yg-docker-v1VNET","etag":"W/\"b2b5d0ef-5f0b-4f17-b2d6-ced00e3e1eee\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"57a47fc3-e957-4105-8671-0c9417f75342","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"yg-docker-v1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/virtualNetworks/yg-docker-v1VNET/subnets/yg-docker-v1Subnet","etag":"W/\"b2b5d0ef-5f0b-4f17-b2d6-ced00e3e1eee\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg-docker/providers/Microsoft.Network/networkInterfaces/yg-docker-v1VMNic/ipConfigurations/ipconfigyg-docker-v1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"yg-1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/virtualNetworks/yg-1VNET","etag":"W/\"ff4e9157-62b8-428e-b511-21ac669773d2\"","type":"Microsoft.Network/virtualNetworks","location":"westus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2f11afc4-144a-4a69-9a76-e13cfdbea7ea","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"yg-1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/virtualNetworks/yg-1VNET/subnets/yg-1Subnet","etag":"W/\"ff4e9157-62b8-428e-b511-21ac669773d2\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg/providers/Microsoft.Network/networkInterfaces/yg-1VMNic/ipConfigurations/ipconfigyg-1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zimsstuff-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet","etag":"W/\"f2bf4716-9fbb-4f88-ac84-44d6873b3387\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"d4706934-8008-46f1-bfea-c84a8f591ec3","addressSpace":{"addressPrefixes":["10.2.8.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/virtualNetworks/zimsstuff-vnet/subnets/default","etag":"W/\"f2bf4716-9fbb-4f88-ac84-44d6873b3387\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.8.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zimsstuff/providers/Microsoft.Network/networkInterfaces/zimsvm64/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhtest","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","type":"Microsoft.Network/virtualNetworks","location":"westus","properties":{"provisioningState":"Succeeded","resourceGuid":"8afda190-e999-4772-bb49-1d6b83b3656c","addressSpace":{"addressPrefixes":["10.9.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest/subnets/default","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.9.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"testsubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/zuhtest/subnets/testsubnet","etag":"W/\"781dbf03-ef57-4daa-9cea-6c392b0c8b19\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.9.1.0/24","serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["westus","eastus"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/virtualNetworks/fozippy98","etag":"W/\"1491f1a5-4ddb-43ee-a981-e3d576b97659\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"aee855ee-cab8-4599-b3ed-209ffcbc5149","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fozippy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Network/virtualNetworks/fozippy98/subnets/fozippy98","etag":"W/\"1491f1a5-4ddb-43ee-a981-e3d576b97659\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/0/networkInterfaces/fozippy98/ipConfigurations/fozippy98"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fozippy98/providers/Microsoft.Compute/virtualMachineScaleSets/fozippy98/virtualMachines/3/networkInterfaces/fozippy98/ipConfigurations/fozippy98"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vm1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/virtualNetworks/vm1VNET","etag":"W/\"ee40d177-95f5-425e-a507-18c191c5b032\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"28f571ab-0e90-4c82-ab10-9a0d639d6eb6","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"vm1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/virtualNetworks/vm1VNET/subnets/vm1Subnet","etag":"W/\"ee40d177-95f5-425e-a507-18c191c5b032\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.Network/networkInterfaces/vm1VMNic/ipConfigurations/ipconfigvm1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"storagerule","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule","etag":"W/\"d837e88d-d4be-4bae-817b-916f39951df5\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"1b917d9e-2206-4172-abe3-9d1b328453d7","addressSpace":{"addressPrefixes":["10.4.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/storagerule/subnets/default","etag":"W/\"d837e88d-d4be-4bae-817b-916f39951df5\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.4.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhtestvm638/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhlinux359/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu756/ipConfigurations/ipconfig1"}],"serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["eastus","westus"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"testzuh","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/testzuh","etag":"W/\"d7f36d8f-80a5-4d3d-a43e-9de6d50a5a18\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"5c4d3ad3-5ccb-497f-9d7d-179fd1ab28bf","addressSpace":{"addressPrefixes":["10.3.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/testzuh/subnets/default","etag":"W/\"d7f36d8f-80a5-4d3d-a43e-9de6d50a5a18\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.3.0.0/24","applicationGatewayIPConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/applicationGateways/aaaaa/gatewayIPConfigurations/appGatewayIpConfig"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuh-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet","etag":"W/\"a3e70c32-eb86-48d6-b0d5-31428a1f0a16\"","type":"Microsoft.Network/virtualNetworks","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"5bd58890-46ce-4785-9445-b3092a02abee","addressSpace":{"addressPrefixes":["10.2.0.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuh-vnet/subnets/default","etag":"W/\"a3e70c32-eb86-48d6-b0d5-31428a1f0a16\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhubuntu26/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fengtestvnet395","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet395","etag":"W/\"584c5aaf-9634-499e-8c13-4216a4e46c2a\"","type":"Microsoft.Network/virtualNetworks","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"4169ef28-c395-4b2c-b006-036fee17da01","addressSpace":{"addressPrefixes":["10.2.10.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet395/subnets/default","etag":"W/\"584c5aaf-9634-499e-8c13-4216a4e46c2a\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.10.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-centos-8359/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlrg1vnet623","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623","etag":"W/\"cd12f2fe-ad80-400d-a5b9-6ca50f8b5285\"","type":"Microsoft.Network/virtualNetworks","location":"eastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"4937c1e9-9025-439d-959a-a6842c82e584","addressSpace":{"addressPrefixes":["10.2.4.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1vnet623/subnets/default","etag":"W/\"cd12f2fe-ad80-400d-a5b9-6ca50f8b5285\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.4.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/networkInterfaces/vm22523/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlvnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlvnetrg/providers/Microsoft.Network/virtualNetworks/jlvnet1","etag":"W/\"aaa21956-deaa-45e6-a9db-a678019b6cb1\"","type":"Microsoft.Network/virtualNetworks","location":"eastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"4ecdaf2e-a5b5-4480-9200-372c2aa93446","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"sub2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlvnetrg/providers/Microsoft.Network/virtualNetworks/jlvnet1/subnets/sub2","etag":"W/\"aaa21956-deaa-45e6-a9db-a678019b6cb1\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"sub3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlvnetrg/providers/Microsoft.Network/virtualNetworks/jlvnet1/subnets/sub3","etag":"W/\"aaa21956-deaa-45e6-a9db-a678019b6cb1\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.1.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fengtestvnet658","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658","etag":"W/\"87bebe65-c511-4d32-86a0-9442415dc1aa\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"f0e2e6ce-894a-4958-87d4-1ff6ba4c3a6e","addressSpace":{"addressPrefixes":["10.2.7.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/virtualNetworks/fengtestvnet658/subnets/default","etag":"W/\"87bebe65-c511-4d32-86a0-9442415dc1aa\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.7.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fengtest/providers/Microsoft.Network/networkInterfaces/feng-ubuntu388/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlrg1-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1-vnet","etag":"W/\"fd93565e-45f8-41a4-b108-85b595f7cecf\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"9dfeb5f2-adef-408a-9d3c-746fcb42a757","addressSpace":{"addressPrefixes":["10.2.2.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.Network/virtualNetworks/jlrg1-vnet/subnets/default","etag":"W/\"fd93565e-45f8-41a4-b108-85b595f7cecf\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.2.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"jlwvmrg-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet","etag":"W/\"1b7d8346-f1ca-4b96-b8b4-a8651bb516d1\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"b791b303-d438-45e1-a31b-d8e8ba6897ff","addressSpace":{"addressPrefixes":["10.2.5.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/virtualNetworks/jlwvmrg-vnet/subnets/default","etag":"W/\"1b7d8346-f1ca-4b96-b8b4-a8651bb516d1\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.5.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkSecurityGroups/jlvmwin1-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlwvmrg/providers/Microsoft.Network/networkInterfaces/jlvmwin1184/ipConfigurations/ipconfig1"}],"serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"yugangw1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET","etag":"W/\"4db4610b-cd3e-45ab-bf5f-bfe696d0e707\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"19020449-b774-4b76-940d-d2488be0bc4a","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"yugangw1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/virtualNetworks/yugangw1VNET/subnets/yugangw1Subnet","etag":"W/\"4db4610b-cd3e-45ab-bf5f-bfe696d0e707\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw1VMNic/ipConfigurations/ipconfigyugangw1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/jajajVMNic/ipConfigurations/ipconfigjajaj"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v1VMNic/ipConfigurations/ipconfigyugangw-v1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw/providers/Microsoft.Network/networkInterfaces/yugangw-v2VMNic/ipConfigurations/ipconfigyugangw-v2"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhvnet584","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584","etag":"W/\"9c934546-3720-428f-9e3a-786b4c5a7b2f\"","type":"Microsoft.Network/virtualNetworks","location":"southeastasia","properties":{"provisioningState":"Succeeded","resourceGuid":"b6d3cf11-df2a-4b02-97f0-6c8dfa8dba3d","addressSpace":{"addressPrefixes":["10.2.1.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet584/subnets/default","etag":"W/\"9c934546-3720-428f-9e3a-786b4c5a7b2f\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwin154/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"test_vm1VNET","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET","etag":"W/\"7b1a9ab9-3c77-4ca0-a64b-569151f29774\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"12e2f10b-184b-40b6-a11a-3dc67162e882","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"subnets":[{"name":"test_vm1Subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/virtualNetworks/test_vm1VNET/subnets/test_vm1Subnet","etag":"W/\"7b1a9ab9-3c77-4ca0-a64b-569151f29774\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm1VMNic/ipConfigurations/ipconfigtest_vm1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bin_test/providers/Microsoft.Network/networkInterfaces/test_vm2VMNic/ipConfigurations/ipconfigtest_vm2"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnettest","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"069414bc-bd93-47a1-976e-2e51578a2c72","addressSpace":{"addressPrefixes":["10.1.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/default","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/networkInterfaces/sdfsdfsdf.nic.483f3d12-3ba8-4789-92dd-b7ed9c4d43db/ipConfigurations/sdfsdfsdf_ipconfig_0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/privateLinkServices/sdfsdfsdf/ipConfigurations/sdfsdfsdf_ipconfig_0"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Disabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"GatewaySubnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/GatewaySubnet","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.3.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test1","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.1.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test2","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.2.0/24","serviceEndpoints":[],"delegations":[],"purpose":"PrivateEndpoints","privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test3","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test3","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.4.0/24","serviceEndpoints":[],"delegations":[],"purpose":"PrivateEndpoints","privateEndpointNetworkPolicies":"Disabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"},{"name":"test4","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fanqiu-test/providers/Microsoft.Network/virtualNetworks/vnettest/subnets/test4","etag":"W/\"9c8919a4-8732-48f3-8b9c-09bd0e3774c4\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.5.0/24","serviceEndpoints":[],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Disabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"aadds-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/aadds-vnet","etag":"W/\"d456da0f-baee-4f7b-bd52-e562da891af7\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"3f4f52c7-f3eb-460c-96cf-1984f92fe21a","addressSpace":{"addressPrefixes":["10.2.9.0/24"]},"subnets":[{"name":"aadds-subnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/aadds-vnet/subnets/aadds-subnet","etag":"W/\"d456da0f-baee-4f7b-bd52-e562da891af7\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.9.0/24","networkSecurityGroup":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkSecurityGroups/aadds-nsg"},"ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-d816a801a58142eda93ab7babae594cd-nic/ipConfigurations/I3I30QPNIN9G0JQIpcfg"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/aadds-1799b95e96fa4c7e88320a10725b68b0-nic/ipConfigurations/ESO7-WEOMJMH2RYIpcfg"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/vnet1","etag":"W/\"cdf55d73-7582-425a-bdd1-5383e2daba61\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"c946fed5-e511-4060-b29e-9d317d552d8e","addressSpace":{"addressPrefixes":["10.0.0.0/16"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1","etag":"W/\"cdf55d73-7582-425a-bdd1-5383e2daba61\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.0.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"zuhvnet370","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370","etag":"W/\"1e1b4ae5-022a-475e-969a-f96339c8648e\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"2c951b45-735f-4cf6-bb8a-de4095665900","addressSpace":{"addressPrefixes":["10.2.3.0/24"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/virtualNetworks/zuhvnet370/subnets/default","etag":"W/\"1e1b4ae5-022a-475e-969a-f96339c8648e\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.2.3.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhcentos285/ipConfigurations/ipconfig1"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.Network/networkInterfaces/zuhwindows2016246/ipConfigurations/ipconfig1"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"testavrdfv","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/testavrdfv","etag":"W/\"3f7e69a9-676c-4a01-8627-056ac12189cf\"","type":"Microsoft.Network/virtualNetworks","location":"centralus","properties":{"provisioningState":"Succeeded","resourceGuid":"a1dfe155-c47d-4e06-be55-a60785e40051","addressSpace":{"addressPrefixes":["10.8.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh2/providers/Microsoft.Network/virtualNetworks/testavrdfv/subnets/default","etag":"W/\"3f7e69a9-676c-4a01-8627-056ac12189cf\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.8.0.0/24","serviceEndpoints":[{"provisioningState":"Succeeded","service":"Microsoft.Storage","locations":["centralus","eastus2"]}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98","etag":"W/\"02e6c4d1-dc43-4614-b7f7-65a9a5e9de84\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"96537f60-9ee3-4e56-bbb4-e622048d764d","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fooziipy98","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/virtualNetworks/fooziipy98/subnets/fooziipy98","etag":"W/\"02e6c4d1-dc43-4614-b7f7-65a9a5e9de84\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy98/providers/Microsoft.Network/networkInterfaces/fooziipy98/ipConfigurations/fooziipy98"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99","etag":"W/\"39477a34-d029-470a-91ad-975873313a30\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","properties":{"provisioningState":"Succeeded","resourceGuid":"deea6a38-de92-4d49-82d6-deb59d695873","addressSpace":{"addressPrefixes":["192.168.0.0/16"]},"subnets":[{"name":"fooziipy99","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/virtualNetworks/fooziipy99/subnets/fooziipy99","etag":"W/\"39477a34-d029-470a-91ad-975873313a30\"","properties":{"provisioningState":"Succeeded","addressPrefix":"192.168.1.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fooziipy99/providers/Microsoft.Network/networkInterfaces/fooziipy99/ipConfigurations/fooziipy99"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"vnet75423abe6b","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/virtualNetworks/vnet75423abe6b","etag":"W/\"aa8442e7-4b41-4c7d-b53d-bad96c4248d1\"","type":"Microsoft.Network/virtualNetworks","location":"eastus2","tags":{},"properties":{"provisioningState":"Succeeded","resourceGuid":"2a22db2b-e6d8-46a6-bc0e-f7add005473c","addressSpace":{"addressPrefixes":["10.1.0.0/23"]},"dhcpOptions":{"dnsServers":[]},"subnets":[{"name":"subnet1","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/virtualNetworks/vnet75423abe6b/subnets/subnet1","etag":"W/\"aa8442e7-4b41-4c7d-b53d-bad96c4248d1\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.1.0.0/23","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yaozheng_tenant/providers/Microsoft.Network/networkInterfaces/nicauxitest78f62438/ipConfigurations/primary"}],"delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"sdk-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","type":"Microsoft.Network/virtualNetworks","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"7637a963-71f9-4aed-905b-8c0f4aed45b9","addressSpace":{"addressPrefixes":["10.6.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.6.0.0/24","ipConfigurations":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/networkInterfaces/anf-sdk-vnet-nic-VLB5RZ/ipConfigurations/ipconfig1"}],"serviceEndpoints":[],"delegations":[{"name":"514c6b63b2df4757ba448bd8f44d10a5","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg-test/providers/Microsoft.Network/virtualNetworks/sdk-vnet/subnets/default/delegations/514c6b63b2df4757ba448bd8f44d10a5","etag":"W/\"b277f4c3-62f6-411f-b1e3-80ca12a5ea9c\"","properties":{"provisioningState":"Succeeded","serviceName":"Microsoft.Netapp/volumes","actions":["Microsoft.Network/networkinterfaces/*","Microsoft.Network/virtualNetworks/subnets/join/action"]},"type":"Microsoft.Network/virtualNetworks/subnets/delegations"}],"purpose":"HostedWorkloads","privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}},{"name":"pytest-vnet","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg/providers/Microsoft.Network/virtualNetworks/pytest-vnet","etag":"W/\"aa662f30-f19c-4f27-bd8a-2fd7a22c04fe\"","type":"Microsoft.Network/virtualNetworks","location":"westus2","properties":{"provisioningState":"Succeeded","resourceGuid":"27e8ce4b-11fc-4bb5-a8de-c9425c01900c","addressSpace":{"addressPrefixes":["10.5.0.0/16"]},"subnets":[{"name":"default","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sdk-wus2-rg/providers/Microsoft.Network/virtualNetworks/pytest-vnet/subnets/default","etag":"W/\"aa662f30-f19c-4f27-bd8a-2fd7a22c04fe\"","properties":{"provisioningState":"Succeeded","addressPrefix":"10.5.0.0/24","delegations":[],"privateEndpointNetworkPolicies":"Enabled","privateLinkServiceNetworkPolicies":"Enabled"},"type":"Microsoft.Network/virtualNetworks/subnets"}],"virtualNetworkPeerings":[],"enableDdosProtection":false,"enableVmProtection":false}}]}' headers: cache-control: - no-cache content-length: - - '66402' + - '55648' content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:44:58 GMT + - Fri, 08 Nov 2019 03:56:48 GMT expires: - '-1' pragma: @@ -437,13 +437,13 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 5c07e25e-5e10-4f22-8455-29960cbf2df1 - - 1935cafa-8d48-4000-a324-45127dbfc2de - - 6cef0ca2-3a47-4d54-b43a-287da7a1dcbd - - 922d1538-5a7c-40ec-88c7-2a2724c51c9a - - 1e43b5ed-4deb-43b7-b12e-3251f2d9a1ba - - a53c01a1-1398-4fda-b298-756bacc5b3e0 - - 3961d4c1-8fbc-4099-9b54-96cd07dc0c44 + - c0934579-5070-4bef-820e-8d9ed744df11 + - d078acbe-667e-43dd-9dc3-fb7600db7f90 + - 8c33f844-8308-41c4-8e2f-65967dccd3e5 + - 6e8d8499-eb29-4b25-956f-c645dbc58f07 + - 37a786d2-237c-466c-af3d-c336b6c3447c + - dcbd5032-2c6c-4954-8de8-7ec42cbd2bee + - 8ee059a4-6b5c-4a88-b6c2-5292bab69cc1 status: code: 200 message: OK @@ -460,7 +460,7 @@ interactions: - '0' User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE @@ -470,17 +470,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1ddcf9b9-fbe0-4a46-b26f-3060a7be59fa?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/43de8e2a-0754-4aef-8c0e-d6ad3cbd9e37?api-version=2019-09-01 cache-control: - no-cache content-length: - '0' date: - - Tue, 22 Oct 2019 06:44:59 GMT + - Fri, 08 Nov 2019 03:56:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/1ddcf9b9-fbe0-4a46-b26f-3060a7be59fa?api-version=2019-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/43de8e2a-0754-4aef-8c0e-d6ad3cbd9e37?api-version=2019-09-01 pragma: - no-cache server: @@ -491,9 +491,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee604d78-0ac9-4d4c-9ee6-7f513819c447 + - bffd8d55-c3fc-4cba-b617-abef9083b379 x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -508,9 +508,9 @@ interactions: - keep-alive User-Agent: - python/3.6.8 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.8 - msrest_azure/0.4.34 azure-mgmt-network/6.0.0 Azure-SDK-For-Python + msrest_azure/0.4.34 azure-mgmt-network/7.0.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1ddcf9b9-fbe0-4a46-b26f-3060a7be59fa?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/43de8e2a-0754-4aef-8c0e-d6ad3cbd9e37?api-version=2019-09-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -522,7 +522,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 22 Oct 2019 06:45:10 GMT + - Fri, 08 Nov 2019 03:57:00 GMT expires: - '-1' pragma: @@ -539,7 +539,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0f9e26e0-b023-42a2-8d3d-1fd87ef380ec + - 5677969e-6781-470a-90ae-02077a518eed status: code: 200 message: OK