diff --git a/src/azure-cli/azure/cli/command_modules/network/_help.py b/src/azure-cli/azure/cli/command_modules/network/_help.py index 3668202410a..c96c179a45c 100644 --- a/src/azure-cli/azure/cli/command_modules/network/_help.py +++ b/src/azure-cli/azure/cli/command_modules/network/_help.py @@ -5889,81 +5889,81 @@ helps['network routeserver'] = """ type: group -short-summary: Manage the virtual hub router. +short-summary: Manage the route server. """ helps['network routeserver create'] = """ type: command -short-summary: Create a virtual hub router. +short-summary: Create a route server. examples: - - name: Create a virtual hub router. + - name: Create a route server. text: | - az network routeserver create --resource-group myresourcegroup --name myvirtualrouter --hosted-subnet my_subnet_id + az network routeserver create --resource-group myresourcegroup --name myrouteserver --hosted-subnet my_subnet_id """ helps['network routeserver update'] = """ type: command -short-summary: Update a virtual hub router. +short-summary: Update a route server. examples: - - name: Update a virtual hub router. (autogenerated) + - name: Update a route server. text: | - az network routeserver update --name myvirtualrouter --resource-group myresourcegroup --tags super_secure no_80 no_22 + az network routeserver update --name myrouteserver --resource-group myresourcegroup --tags super_secure no_80 no_22 crafted: true """ helps['network routeserver show'] = """ type: command -short-summary: Show a virtual hub router. +short-summary: Show a route server. """ helps['network routeserver list'] = """ type: command -short-summary: List all virtual hub routers under a subscription or a resource group. +short-summary: List all route servers under a subscription or a resource group. """ helps['network routeserver delete'] = """ type: command -short-summary: Delete a virtual hub router under a resource group. +short-summary: Delete a route server under a resource group. """ helps['network routeserver peering'] = """ type: group -short-summary: Manage the virtual hub router peering. +short-summary: Manage the route server peering. """ helps['network routeserver peering create'] = """ type: command -short-summary: Create a virtual hub router peering. +short-summary: Create a route server peering. """ helps['network routeserver peering update'] = """ type: command -short-summary: Update a virtual hub router peering. +short-summary: Update a route server peering. """ helps['network routeserver peering list'] = """ type: command -short-summary: List all virtual hub router peerings under a resource group. +short-summary: List all route server peerings under a resource group. """ helps['network routeserver peering show'] = """ type: command -short-summary: Show a virtual hub router peering +short-summary: Show a route server peering """ helps['network routeserver peering delete'] = """ type: command -short-summary: Delete a virtual hub router peering. +short-summary: Delete a route server peering. """ helps['network routeserver peering list-learned-routes'] = """ type: command -short-summary: List all routes the virtual hub bgp connection has learned. +short-summary: List all routes the route server bgp connection has learned. """ helps['network routeserver peering list-advertised-routes'] = """ type: command -short-summary: List all routes the virtual hub bgp connection is advertising to the specified peer. +short-summary: List all routes the route server bgp connection is advertising to the specified peer. """ helps['network watcher'] = """ diff --git a/src/azure-cli/azure/cli/command_modules/network/_params.py b/src/azure-cli/azure/cli/command_modules/network/_params.py index 45d97d41de8..a6aa8007693 100644 --- a/src/azure-cli/azure/cli/command_modules/network/_params.py +++ b/src/azure-cli/azure/cli/command_modules/network/_params.py @@ -1972,8 +1972,8 @@ def load_arguments(self, _): with self.argument_context('network routeserver') as c: c.argument('virtual_hub_name', options_list=['--name', '-n'], id_part='name', - help='The name of the Virtual Hub Router.') - c.argument('hosted_subnet', help='The ID of a subnet where Virtual Hub Router would be deployed') + help='The name of the Route Server.') + c.argument('hosted_subnet', help='The ID of a subnet where Route Server would be deployed') c.argument('allow_branch_to_branch_traffic', options_list=['--allow-b2b-traffic'], arg_type=get_three_state_flag(), help='Allow branch to branch traffic.') @@ -1981,10 +1981,11 @@ def load_arguments(self, _): c.argument('virtual_hub_name', id_part=None) with self.argument_context('network routeserver peering') as c: - c.argument('virtual_hub_name', options_list=['--vrouter-name'], id_part='name', - help='The name of the Virtual Hub Router.') + c.argument('virtual_hub_name', options_list=[ + '--routeserver', c.deprecate(target='--vrouter-name', redirect='--routeserver', hide=True) + ], id_part='name', help='The name of the Route Server.') c.argument('connection_name', options_list=['--name', '-n'], id_part='child_name_1', - help='The name of the Virtual Hub Router Peering') + help='The name of the Route Server Peering') c.argument('peer_asn', type=int, help='Peer ASN. Its range is from 1 to 4294967295.') c.argument('peer_ip', help='Peer IP address.') diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_network_virtual_hub_router_scenario.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_network_virtual_hub_router_scenario.yaml index c90a11aed5b..386b6484b43 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_network_virtual_hub_router_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_network_virtual_hub_router_scenario.yaml @@ -19,21 +19,21 @@ interactions: ParameterSetName: - -g -n --location --subnet-name --address-prefix User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vnet2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2\",\r\n - \ \"etag\": \"W/\\\"2bbe7837-9514-4d16-b1b5-bd1099d73af0\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"49fbf856-c80d-473e-8498-425d23022dcb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"bcbdaa91-f1e9-4e15-933f-3f3da56b57ec\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"e24a9dc5-2b73-4431-b2eb-6f03693f7379\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"RouteServerSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"2bbe7837-9514-4d16-b1b5-bd1099d73af0\\\"\",\r\n + \ \"etag\": \"W/\\\"49fbf856-c80d-473e-8498-425d23022dcb\\\"\",\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\": @@ -44,7 +44,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/432601b5-25d0-41e6-938c-74ee20cb12e7?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/f1d3c39c-6957-495b-bef6-98f55c7b70e2?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -52,7 +52,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:08 GMT + - Tue, 23 Feb 2021 08:36:08 GMT expires: - '-1' pragma: @@ -65,9 +65,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 621cc408-094d-40e6-b920-6af220d1e8c1 + - 5d3a150b-ed59-454c-b56c-d8545483cd72 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -85,58 +85,9 @@ interactions: ParameterSetName: - -g -n --location --subnet-name --address-prefix User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/432601b5-25d0-41e6-938c-74ee20cb12e7?api-version=2020-08-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, 19 Feb 2021 02:36:12 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: - - c62ae5e1-e349-47f3-8741-a895c6e28281 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network vnet create - Connection: - - keep-alive - ParameterSetName: - - -g -n --location --subnet-name --address-prefix - User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/432601b5-25d0-41e6-938c-74ee20cb12e7?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/f1d3c39c-6957-495b-bef6-98f55c7b70e2?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -148,7 +99,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:22 GMT + - Tue, 23 Feb 2021 08:36:11 GMT expires: - '-1' pragma: @@ -165,7 +116,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d7804aa-30b8-4c5f-ab9c-13174429996f + - 8d3ffd47-3776-49b8-be23-848e8abc6751 status: code: 200 message: OK @@ -183,21 +134,21 @@ interactions: ParameterSetName: - -g -n --location --subnet-name --address-prefix User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vnet2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2\",\r\n - \ \"etag\": \"W/\\\"54aef5cd-4b69-4e89-a2a6-2da1642d73ee\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"77112f88-fb06-47b0-b30d-23cc33bda296\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"bcbdaa91-f1e9-4e15-933f-3f3da56b57ec\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"e24a9dc5-2b73-4431-b2eb-6f03693f7379\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"RouteServerSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"54aef5cd-4b69-4e89-a2a6-2da1642d73ee\\\"\",\r\n + \ \"etag\": \"W/\\\"77112f88-fb06-47b0-b30d-23cc33bda296\\\"\",\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\": @@ -212,9 +163,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:22 GMT + - Tue, 23 Feb 2021 08:36:12 GMT etag: - - W/"54aef5cd-4b69-4e89-a2a6-2da1642d73ee" + - W/"77112f88-fb06-47b0-b30d-23cc33bda296" expires: - '-1' pragma: @@ -231,7 +182,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 90409082-4b02-430c-9e3c-0875a91a783f + - f1c2a0a3-a08a-44f6-b844-30f2f521bd56 status: code: 200 message: OK @@ -249,13 +200,13 @@ interactions: ParameterSetName: - -g --vnet-name -n --remove User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"RouteServerSubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"54aef5cd-4b69-4e89-a2a6-2da1642d73ee\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"77112f88-fb06-47b0-b30d-23cc33bda296\\\"\",\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\n },\r\n \"type\": @@ -268,9 +219,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:24 GMT + - Tue, 23 Feb 2021 08:36:12 GMT etag: - - W/"54aef5cd-4b69-4e89-a2a6-2da1642d73ee" + - W/"77112f88-fb06-47b0-b30d-23cc33bda296" expires: - '-1' pragma: @@ -287,7 +238,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cdbce182-596a-48ba-ab5d-fa494799c529 + - fd6c1b4c-93a9-4ad1-95a2-cd93bbfc4522 status: code: 200 message: OK @@ -312,20 +263,20 @@ interactions: ParameterSetName: - -g --vnet-name -n --remove User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"RouteServerSubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"1d789b52-4332-4e34-acbb-99e2a18d9630\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"5939dc93-9c29-4142-9e9e-84c6b1e47d97\\\"\",\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\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/centraluseuap/operations/5583715f-2c75-48b4-8788-e3e0ec4ec912?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/71043155-433c-4ead-b074-79288666788c?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -333,7 +284,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:26 GMT + - Tue, 23 Feb 2021 08:36:14 GMT expires: - '-1' pragma: @@ -350,9 +301,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f41caa8f-ab90-4f1b-a500-46f90c8dfed3 + - 37ff4aa3-15da-44c9-83cc-ba48f3fb1704 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -370,9 +321,9 @@ interactions: ParameterSetName: - -g --vnet-name -n --remove User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/5583715f-2c75-48b4-8788-e3e0ec4ec912?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/71043155-433c-4ead-b074-79288666788c?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -384,7 +335,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:56 GMT + - Tue, 23 Feb 2021 08:36:44 GMT expires: - '-1' pragma: @@ -401,7 +352,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee56b7a7-fadf-4c7b-b68b-895694a14098 + - 4c88f33e-eb5f-405d-8a6a-fff711eb3de3 status: code: 200 message: OK @@ -419,13 +370,13 @@ interactions: ParameterSetName: - -g --vnet-name -n --remove User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"RouteServerSubnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"1d789b52-4332-4e34-acbb-99e2a18d9630\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"5939dc93-9c29-4142-9e9e-84c6b1e47d97\\\"\",\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\n },\r\n \"type\": @@ -438,9 +389,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:56 GMT + - Tue, 23 Feb 2021 08:36:45 GMT etag: - - W/"1d789b52-4332-4e34-acbb-99e2a18d9630" + - W/"5939dc93-9c29-4142-9e9e-84c6b1e47d97" expires: - '-1' pragma: @@ -457,7 +408,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6a36376a-b136-405b-b84c-4bee00a3c81c + - b0a11cca-2090-4ade-8ca7-94dbbc635cc5 status: code: 200 message: OK @@ -475,21 +426,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vnet2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2\",\r\n - \ \"etag\": \"W/\\\"1d789b52-4332-4e34-acbb-99e2a18d9630\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"5939dc93-9c29-4142-9e9e-84c6b1e47d97\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centraluseuap\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"bcbdaa91-f1e9-4e15-933f-3f3da56b57ec\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"e24a9dc5-2b73-4431-b2eb-6f03693f7379\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"RouteServerSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\",\r\n - \ \"etag\": \"W/\\\"1d789b52-4332-4e34-acbb-99e2a18d9630\\\"\",\r\n + \ \"etag\": \"W/\\\"5939dc93-9c29-4142-9e9e-84c6b1e47d97\\\"\",\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\": @@ -504,9 +455,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:57 GMT + - Tue, 23 Feb 2021 08:36:46 GMT etag: - - W/"1d789b52-4332-4e34-acbb-99e2a18d9630" + - W/"5939dc93-9c29-4142-9e9e-84c6b1e47d97" expires: - '-1' pragma: @@ -523,7 +474,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 154cff2e-4835-49a3-8931-dafe2f43f0c3 + - 9844160e-7003-4c0d-92a7-89b07ca8ecf4 status: code: 200 message: OK @@ -541,7 +492,7 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: @@ -557,7 +508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:36:58 GMT + - Tue, 23 Feb 2021 08:36:48 GMT expires: - '-1' pragma: @@ -589,13 +540,13 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"b7f89498-c37f-4ee6-b3d5-16844705b59d\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ff953f99-a796-4580-a33f-8f56f125c9c2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 0,\r\n \"virtualRouterIps\": [],\r\n \"routeTable\": @@ -605,7 +556,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7bdd714b-2718-46ea-915c-75236332b00a?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/005d9fd1-cc98-4d57-af45-8db3958ce3e1?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -613,7 +564,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:37:05 GMT + - Tue, 23 Feb 2021 08:36:56 GMT expires: - '-1' pragma: @@ -626,9 +577,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9c09d52f-3c0a-4e7a-a415-9549d6e531d6 + - a8d2ab18-286a-47fd-af7f-20356d95dd25 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -646,9 +597,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7bdd714b-2718-46ea-915c-75236332b00a?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/005d9fd1-cc98-4d57-af45-8db3958ce3e1?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -660,7 +611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:37:35 GMT + - Tue, 23 Feb 2021 08:37:26 GMT expires: - '-1' pragma: @@ -677,7 +628,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 291ae14e-158e-4936-b541-d92bb83521dd + - 101b27be-c190-4d19-806f-ced893362e25 status: code: 200 message: OK @@ -695,13 +646,13 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"b7f89498-c37f-4ee6-b3d5-16844705b59d\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ff953f99-a796-4580-a33f-8f56f125c9c2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 0,\r\n \"virtualRouterIps\": [],\r\n \"routeTable\": @@ -715,7 +666,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:37:35 GMT + - Tue, 23 Feb 2021 08:37:26 GMT expires: - '-1' pragma: @@ -732,7 +683,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e7ad14b0-06de-46ac-9524-8bc926ec4445 + - 09997072-0f43-4070-bedc-5b3cb514b152 status: code: 200 message: OK @@ -754,20 +705,20 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/ipConfigurations/Default?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"Default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/ipConfigurations/Default\",\r\n - \ \"etag\": \"W/\\\"4d0837c8-28e9-4e6a-b2ea-7281f5a8149b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"8c7a519b-dfc1-4188-ab1b-90198d2250b4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/ipConfigurations\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\"\r\n \ }\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -775,7 +726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:37:38 GMT + - Tue, 23 Feb 2021 08:37:28 GMT expires: - '-1' pragma: @@ -788,9 +739,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e9f112f4-e824-45dc-aba4-046d44307c8a + - 47c22829-2b3a-4e7e-8dd0-4d88cf6527e5 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -808,58 +759,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-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, 19 Feb 2021 02:37:48 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - 720fbb71-7d74-44a4-855d-2f3419c7e5c3 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network routeserver create - Connection: - - keep-alive - ParameterSetName: - - -g -l -n --hosted-subnet - User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -871,7 +773,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:37:58 GMT + - Tue, 23 Feb 2021 08:37:38 GMT expires: - '-1' pragma: @@ -888,7 +790,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b23e06d0-0568-4bb6-85a4-eeaa044638dd + - 1010f77f-e3a1-437a-b455-dfe5b075d224 status: code: 200 message: OK @@ -906,9 +808,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -920,7 +822,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:38:18 GMT + - Tue, 23 Feb 2021 08:37:49 GMT expires: - '-1' pragma: @@ -937,7 +839,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c2335415-95a0-4e18-8890-094581fcf5dd + - f3b04508-801e-4047-af46-d68cda8d50fa status: code: 200 message: OK @@ -955,9 +857,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -969,7 +871,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:38:59 GMT + - Tue, 23 Feb 2021 08:38:09 GMT expires: - '-1' pragma: @@ -986,7 +888,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 03f5743d-c3ab-4fd8-b48a-4b4eadbddc8b + - 961578a8-aacc-42c4-81a1-be8591f60576 status: code: 200 message: OK @@ -1004,9 +906,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1018,7 +920,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:40:19 GMT + - Tue, 23 Feb 2021 08:38:50 GMT expires: - '-1' pragma: @@ -1035,7 +937,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f1f58855-7a89-40c9-ba44-58da8800ce05 + - c941ea13-e9b5-4a2d-a6c5-c1a59a5b8c43 status: code: 200 message: OK @@ -1053,9 +955,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1067,7 +969,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:43:01 GMT + - Tue, 23 Feb 2021 08:40:11 GMT expires: - '-1' pragma: @@ -1084,7 +986,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 47539fd0-76ab-43ed-9a75-3e584f49a316 + - 6e94b72f-cdfe-474f-815f-8fc755a4a12e status: code: 200 message: OK @@ -1102,9 +1004,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1116,7 +1018,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:44:41 GMT + - Tue, 23 Feb 2021 08:42:52 GMT expires: - '-1' pragma: @@ -1133,7 +1035,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e8a3bf5a-9780-49f8-9101-327bff16b6ed + - bfb08c1e-0ff1-4013-bc3d-fae9d5d02304 status: code: 200 message: OK @@ -1151,9 +1053,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1165,7 +1067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:46:22 GMT + - Tue, 23 Feb 2021 08:44:32 GMT expires: - '-1' pragma: @@ -1182,7 +1084,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f1ca5301-481a-4849-bf8a-8006f0ed4d54 + - b2b3d70c-39aa-490d-a4ff-3077c037e1ca status: code: 200 message: OK @@ -1200,9 +1102,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1214,7 +1116,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:48:04 GMT + - Tue, 23 Feb 2021 08:46:13 GMT expires: - '-1' pragma: @@ -1231,7 +1133,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 34f1b2c7-bd2a-45d5-97fe-35cd4653c3ba + - 38d37fe0-47f3-4372-ad49-904cb435498f status: code: 200 message: OK @@ -1249,9 +1151,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1263,7 +1165,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:49:46 GMT + - Tue, 23 Feb 2021 08:47:54 GMT expires: - '-1' pragma: @@ -1280,7 +1182,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 58105841-b011-4424-859d-eb1ecd929a7c + - 61747790-fd2e-4139-a622-4da3d51a7de8 status: code: 200 message: OK @@ -1298,9 +1200,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1312,7 +1214,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:51:26 GMT + - Tue, 23 Feb 2021 08:49:33 GMT expires: - '-1' pragma: @@ -1329,7 +1231,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8a6bbdb7-3e5c-4859-9513-279a48eb1852 + - 7f35284f-b487-417b-a682-467ee0b94d6a status: code: 200 message: OK @@ -1347,9 +1249,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1361,7 +1263,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:53:07 GMT + - Tue, 23 Feb 2021 08:51:14 GMT expires: - '-1' pragma: @@ -1378,7 +1280,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 499f7f81-aa6b-477a-8818-4e6518814cdb + - 02d91b0c-eea9-4d47-a3fb-ca621d21bd14 status: code: 200 message: OK @@ -1396,9 +1298,9 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/63fd091e-bf23-461b-8980-7617c378e316?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/7630b21a-501f-4a34-94a6-32958fdf3505?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1410,7 +1312,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:54:47 GMT + - Tue, 23 Feb 2021 08:52:54 GMT expires: - '-1' pragma: @@ -1427,7 +1329,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 35db8a6f-bde0-4dce-9a75-1eb32ebb2558 + - 366ea165-d8ab-47cf-917e-6de031629b8f status: code: 200 message: OK @@ -1445,13 +1347,13 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/ipConfigurations/Default?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"Default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/ipConfigurations/Default\",\r\n - \ \"etag\": \"W/\\\"ade40391-4d60-494a-aaac-238408b4ea71\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d7e0a2b1-dc1e-4a2a-a8e6-37b66b12127e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/ipConfigurations\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualNetworks/vnet2/subnets/RouteServerSubnet\"\r\n @@ -1464,9 +1366,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:54:48 GMT + - Tue, 23 Feb 2021 08:52:55 GMT etag: - - W/"ade40391-4d60-494a-aaac-238408b4ea71" + - W/"d7e0a2b1-dc1e-4a2a-a8e6-37b66b12127e" expires: - '-1' pragma: @@ -1483,7 +1385,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 831760ba-651e-4db2-9096-8f852b9db9a5 + - f83155ba-6692-4d98-b32d-a467ab5cdd8a status: code: 200 message: OK @@ -1501,13 +1403,13 @@ interactions: ParameterSetName: - -g -l -n --hosted-subnet User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"ade40391-4d60-494a-aaac-238408b4ea71\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d7e0a2b1-dc1e-4a2a-a8e6-37b66b12127e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 65515,\r\n \"virtualRouterIps\": [\r\n @@ -1522,7 +1424,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:54:50 GMT + - Tue, 23 Feb 2021 08:52:56 GMT expires: - '-1' pragma: @@ -1539,7 +1441,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 22aaef71-1cf3-420d-92e6-f0c3bb00ea65 + - 5184e5c1-715a-4a03-b6a3-a115065780de status: code: 200 message: OK @@ -1557,13 +1459,13 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"ade40391-4d60-494a-aaac-238408b4ea71\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d7e0a2b1-dc1e-4a2a-a8e6-37b66b12127e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 65515,\r\n \"virtualRouterIps\": [\r\n @@ -1578,7 +1480,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:54:52 GMT + - Tue, 23 Feb 2021 08:52:57 GMT expires: - '-1' pragma: @@ -1595,7 +1497,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2f0af738-7a69-41b2-8bc1-81fccc0a4270 + - 3912cb9f-3a4d-46dd-adf2-1d5008ccc602 status: code: 200 message: OK @@ -1620,13 +1522,13 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"67a71a12-734f-40c2-bf65-f88c90d762e2\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4c9cc6dc-bf87-41d6-869e-dcbe41f6c012\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 65515,\r\n \"virtualRouterIps\": [\r\n @@ -1635,7 +1537,7 @@ interactions: \"Provisioned\",\r\n \"allowBranchToBranchTraffic\": true\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/d56e8bff-177a-4643-950a-69ff3bf0b999?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fb204dd5-ecbb-4d97-834f-98959d7441c0?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -1643,7 +1545,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:54:53 GMT + - Tue, 23 Feb 2021 08:52:58 GMT expires: - '-1' pragma: @@ -1660,9 +1562,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 29194ad8-e44c-490a-b0f1-bee6eb4f7acf + - 13560ef6-469d-4d6f-9f81-fba665794949 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 200 message: OK @@ -1680,9 +1582,9 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/d56e8bff-177a-4643-950a-69ff3bf0b999?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fb204dd5-ecbb-4d97-834f-98959d7441c0?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1694,7 +1596,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:55:03 GMT + - Tue, 23 Feb 2021 08:53:08 GMT expires: - '-1' pragma: @@ -1711,7 +1613,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b061c3f5-88c9-4296-84d5-e0cb897925de + - f75c6a08-e789-4ae7-8d90-bebdf5cf84e3 status: code: 200 message: OK @@ -1729,9 +1631,9 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/d56e8bff-177a-4643-950a-69ff3bf0b999?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fb204dd5-ecbb-4d97-834f-98959d7441c0?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1743,7 +1645,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:55:13 GMT + - Tue, 23 Feb 2021 08:53:19 GMT expires: - '-1' pragma: @@ -1760,7 +1662,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a0d59f64-2770-4345-99aa-44b1317b224b + - 49513edc-2887-4469-aaf8-0124f80671a6 status: code: 200 message: OK @@ -1778,9 +1680,9 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/d56e8bff-177a-4643-950a-69ff3bf0b999?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fb204dd5-ecbb-4d97-834f-98959d7441c0?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1792,7 +1694,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:55:33 GMT + - Tue, 23 Feb 2021 08:53:39 GMT expires: - '-1' pragma: @@ -1809,7 +1711,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a50a4b57-8f78-4458-a8bf-18e76ee064bc + - c5713319-f952-419a-b731-2d4d9e95fe4f status: code: 200 message: OK @@ -1827,9 +1729,9 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/d56e8bff-177a-4643-950a-69ff3bf0b999?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/fb204dd5-ecbb-4d97-834f-98959d7441c0?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1841,7 +1743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:14 GMT + - Tue, 23 Feb 2021 08:54:20 GMT expires: - '-1' pragma: @@ -1858,7 +1760,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09b0ceae-84b5-46f2-81b6-41fd7b8fe3b7 + - 805d5224-64a0-45d1-8f41-638ba5cc9312 status: code: 200 message: OK @@ -1876,13 +1778,13 @@ interactions: ParameterSetName: - -g --name --allow-b2b-traffic User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"636f9401-0a2b-4d91-a742-be60526e55b1\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"52e64093-f38b-424c-9700-23c690233ef1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 65515,\r\n \"virtualRouterIps\": [\r\n @@ -1897,7 +1799,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:15 GMT + - Tue, 23 Feb 2021 08:54:20 GMT expires: - '-1' pragma: @@ -1914,7 +1816,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f9f68fed-b04d-4d89-96ab-d73f64b90e28 + - d9933295-f7f2-422e-b45f-82f07ea754a3 status: code: 200 message: OK @@ -1932,14 +1834,14 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs?api-version=2020-08-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"636f9401-0a2b-4d91-a742-be60526e55b1\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"52e64093-f38b-424c-9700-23c690233ef1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": @@ -1955,7 +1857,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:16 GMT + - Tue, 23 Feb 2021 08:54:21 GMT expires: - '-1' pragma: @@ -1972,7 +1874,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13920832-bbe7-4471-8a27-22dc308ad3aa + - f2b083cd-ed7b-43ee-b1c3-d3840c6ae108 status: code: 200 message: OK @@ -1990,13 +1892,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"vrouter2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2\",\r\n - \ \"etag\": \"W/\\\"636f9401-0a2b-4d91-a742-be60526e55b1\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"52e64093-f38b-424c-9700-23c690233ef1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"centraluseuap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"virtualRouterAsn\": 65515,\r\n \"virtualRouterIps\": [\r\n @@ -2011,7 +1913,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:16 GMT + - Tue, 23 Feb 2021 08:54:22 GMT expires: - '-1' pragma: @@ -2028,7 +1930,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7b71cdaf-cde7-4ea6-8b1d-1dff6d236cf2 + - 09eab6ff-e743-4d04-b9a5-67ac1e5621d7 status: code: 200 message: OK @@ -2048,21 +1950,21 @@ interactions: Content-Type: - application/json ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"peer1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1\",\r\n - \ \"etag\": \"W/\\\"87075d97-5f9d-4dc0-acc4-8985f408a125\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"e743d043-8c45-4ccd-a136-68f48747cccb\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/bgpConnections\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Updating\",\r\n \"peerIp\": \"10.0.0.120\",\r\n \ \"peerAsn\": 11000\r\n }\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/35b998eb-6ae8-40bd-86b5-fab366038900?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/84b37210-718b-4cde-9899-dc16f0ea8c46?api-version=2020-08-01 cache-control: - no-cache content-length: @@ -2070,7 +1972,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:17 GMT + - Tue, 23 Feb 2021 08:54:24 GMT expires: - '-1' pragma: @@ -2083,9 +1985,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 554a947c-1ad4-464f-a22e-369fc7d35392 + - 7336cc64-7776-4459-8aae-84b11c31ee26 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -2101,11 +2003,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/35b998eb-6ae8-40bd-86b5-fab366038900?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/84b37210-718b-4cde-9899-dc16f0ea8c46?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2117,7 +2019,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:28 GMT + - Tue, 23 Feb 2021 08:54:34 GMT expires: - '-1' pragma: @@ -2134,7 +2036,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7867eea6-f2c8-4cb5-8eee-d93d31471e03 + - be0a664f-4e0d-4bb2-a0a6-44fce2e1acb8 status: code: 200 message: OK @@ -2150,11 +2052,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/35b998eb-6ae8-40bd-86b5-fab366038900?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/84b37210-718b-4cde-9899-dc16f0ea8c46?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2166,7 +2068,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:39 GMT + - Tue, 23 Feb 2021 08:54:45 GMT expires: - '-1' pragma: @@ -2183,7 +2085,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e16dbbec-ff03-462f-9138-c6ce711fc5c3 + - b82d6b1e-2813-48b9-8686-b2d984a0fc1d status: code: 200 message: OK @@ -2199,11 +2101,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/35b998eb-6ae8-40bd-86b5-fab366038900?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/84b37210-718b-4cde-9899-dc16f0ea8c46?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2215,7 +2117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:56:59 GMT + - Tue, 23 Feb 2021 08:55:05 GMT expires: - '-1' pragma: @@ -2232,7 +2134,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f72157b7-bb02-4dd5-938d-eabf056ee5fa + - 7bed6d58-af9c-422b-91b5-fc9bfde7fe57 status: code: 200 message: OK @@ -2248,11 +2150,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/35b998eb-6ae8-40bd-86b5-fab366038900?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/84b37210-718b-4cde-9899-dc16f0ea8c46?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2264,7 +2166,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:39 GMT + - Tue, 23 Feb 2021 08:55:45 GMT expires: - '-1' pragma: @@ -2281,7 +2183,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bca746d1-5350-4348-b9ee-b231380cdecc + - d166adcf-22f2-410a-88c2-256c3d0f0ca9 status: code: 200 message: OK @@ -2297,15 +2199,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n --peer-asn --peer-ip + - -g --routeserver -n --peer-asn --peer-ip User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"peer1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1\",\r\n - \ \"etag\": \"W/\\\"e68b19df-1fe4-4332-b1ef-86525d86cbd5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4572c0a5-8a3c-4428-b004-be6cc4b686de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/bgpConnections\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"peerIp\": \"10.0.0.120\",\r\n \ \"peerAsn\": 11000\r\n }\r\n}" @@ -2317,9 +2219,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:39 GMT + - Tue, 23 Feb 2021 08:55:45 GMT etag: - - W/"e68b19df-1fe4-4332-b1ef-86525d86cbd5" + - W/"4572c0a5-8a3c-4428-b004-be6cc4b686de" expires: - '-1' pragma: @@ -2336,7 +2238,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b92d0172-0f1b-458c-b7e4-930679f134d3 + - 211ee1a3-dff2-43cb-9177-4cbd0839b9d5 status: code: 200 message: OK @@ -2352,16 +2254,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name + - -g --routeserver User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections?api-version=2020-08-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"peer1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1\",\r\n - \ \"etag\": \"W/\\\"e68b19df-1fe4-4332-b1ef-86525d86cbd5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4572c0a5-8a3c-4428-b004-be6cc4b686de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/bgpConnections\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peerIp\": \"10.0.0.120\",\r\n \"peerAsn\": 11000\r\n }\r\n }\r\n ]\r\n}" @@ -2373,7 +2275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:41 GMT + - Tue, 23 Feb 2021 08:55:48 GMT expires: - '-1' pragma: @@ -2390,7 +2292,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1603280d-58b8-410e-b035-b4a2c2111eb0 + - 30307102-ab7f-4f01-9d04-958b0f8a6660 status: code: 200 message: OK @@ -2406,15 +2308,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n + - -g --routeserver -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1?api-version=2020-08-01 response: body: string: "{\r\n \"name\": \"peer1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1\",\r\n - \ \"etag\": \"W/\\\"e68b19df-1fe4-4332-b1ef-86525d86cbd5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4572c0a5-8a3c-4428-b004-be6cc4b686de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs/bgpConnections\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"peerIp\": \"10.0.0.120\",\r\n \ \"peerAsn\": 11000\r\n }\r\n}" @@ -2426,9 +2328,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:43 GMT + - Tue, 23 Feb 2021 08:55:49 GMT etag: - - W/"e68b19df-1fe4-4332-b1ef-86525d86cbd5" + - W/"4572c0a5-8a3c-4428-b004-be6cc4b686de" expires: - '-1' pragma: @@ -2445,7 +2347,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a8640e00-bcce-4ad3-a4d5-a993f81d000a + - 0680172c-53a0-4101-9092-a98e49a68d9c status: code: 200 message: OK @@ -2463,9 +2365,9 @@ interactions: Content-Length: - '0' ParameterSetName: - - -g --vrouter-name -n + - -g --routeserver -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1/advertisedRoutes?api-version=2020-08-01 response: @@ -2479,11 +2381,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:45 GMT + - Tue, 23 Feb 2021 08:55:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/012d425e-fac8-4131-9716-20fc940a1f62?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1486fdc3-7831-4779-9edc-93ab2822b8ff?api-version=2020-08-01 pragma: - no-cache server: @@ -2494,7 +2396,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2085bc71-a331-4986-94c1-0851f44eca94 + - 1dd2a9bc-6a7d-49b5-8239-2abeb64c8f67 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -2512,11 +2414,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n + - -g --routeserver -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/012d425e-fac8-4131-9716-20fc940a1f62?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1486fdc3-7831-4779-9edc-93ab2822b8ff?api-version=2020-08-01 response: body: string: "{\r\n \"RouteServiceRole_IN_0\": [],\r\n \"RouteServiceRole_IN_1\": @@ -2529,11 +2431,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:55 GMT + - Tue, 23 Feb 2021 08:56:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/012d425e-fac8-4131-9716-20fc940a1f62?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1486fdc3-7831-4779-9edc-93ab2822b8ff?api-version=2020-08-01 pragma: - no-cache server: @@ -2548,7 +2450,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2085bc71-a331-4986-94c1-0851f44eca94 + - 1dd2a9bc-6a7d-49b5-8239-2abeb64c8f67 status: code: 200 message: OK @@ -2566,9 +2468,9 @@ interactions: Content-Length: - '0' ParameterSetName: - - -g --vrouter-name -n + - -g --routeserver -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1/learnedRoutes?api-version=2020-08-01 response: @@ -2582,11 +2484,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:57:56 GMT + - Tue, 23 Feb 2021 08:56:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1f2b7c78-44e0-43a9-b6c0-0735c44b0909?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/83c19d3c-9c15-4417-ac85-2c3e1250a8ae?api-version=2020-08-01 pragma: - no-cache server: @@ -2597,7 +2499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bef8ed08-7b6f-45b7-a53c-ffd83e0b9bde + - 15e875f4-155b-461c-8e84-0e39473beb0f x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -2615,11 +2517,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n + - -g --routeserver -n User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1f2b7c78-44e0-43a9-b6c0-0735c44b0909?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/83c19d3c-9c15-4417-ac85-2c3e1250a8ae?api-version=2020-08-01 response: body: string: "{\r\n \"RouteServiceRole_IN_0\": [],\r\n \"RouteServiceRole_IN_1\": @@ -2632,11 +2534,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:58:07 GMT + - Tue, 23 Feb 2021 08:56:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/1f2b7c78-44e0-43a9-b6c0-0735c44b0909?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/83c19d3c-9c15-4417-ac85-2c3e1250a8ae?api-version=2020-08-01 pragma: - no-cache server: @@ -2651,7 +2553,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bef8ed08-7b6f-45b7-a53c-ffd83e0b9bde + - 15e875f4-155b-461c-8e84-0e39473beb0f status: code: 200 message: OK @@ -2669,9 +2571,9 @@ interactions: Content-Length: - '0' ParameterSetName: - - -g --vrouter-name -n -y + - -g --routeserver -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/bgpConnections/peer1?api-version=2020-08-01 response: @@ -2679,17 +2581,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 19 Feb 2021 02:58:08 GMT + - Tue, 23 Feb 2021 08:56:16 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 pragma: - no-cache server: @@ -2700,9 +2602,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 28e7da4e-fe94-4578-90c5-2a9933373160 + - 1601fa13-c876-438d-807b-eb5b3df71d16 x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -2718,11 +2620,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n -y + - -g --routeserver -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2734,7 +2636,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:58:19 GMT + - Tue, 23 Feb 2021 08:56:27 GMT expires: - '-1' pragma: @@ -2751,7 +2653,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c7ca3e1e-e639-4778-a957-70135c626ecd + - ee3a5f63-b644-4869-92e3-f88ad941aea6 status: code: 200 message: OK @@ -2767,11 +2669,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n -y + - -g --routeserver -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2783,7 +2685,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:58:30 GMT + - Tue, 23 Feb 2021 08:56:37 GMT expires: - '-1' pragma: @@ -2800,7 +2702,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 93ff0d6d-19c7-4aa7-9c88-dbb3e644331f + - 0c37722e-e1b9-4dd7-9d32-0fec590c2000 status: code: 200 message: OK @@ -2816,11 +2718,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n -y + - -g --routeserver -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2832,7 +2734,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:58:50 GMT + - Tue, 23 Feb 2021 08:56:57 GMT expires: - '-1' pragma: @@ -2849,7 +2751,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 80811705-b574-4e41-87ca-7e76801a738b + - 20dca891-f0da-4220-b0d4-19a3cce8091b status: code: 200 message: OK @@ -2865,11 +2767,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g --vrouter-name -n -y + - -g --routeserver -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/10e91d10-823a-44fa-9901-f7180eb83a91?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/87beec41-a8b0-437a-88ee-f30abe1d40ba?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2881,7 +2783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:59:30 GMT + - Tue, 23 Feb 2021 08:57:37 GMT expires: - '-1' pragma: @@ -2898,7 +2800,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 068ec5bb-0c8b-4dd2-a3a4-f36b8bd455fd + - 59839a67-35a5-4a4c-9068-8eb13734102f status: code: 200 message: OK @@ -2918,7 +2820,7 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2/ipConfigurations/Default?api-version=2020-08-01 response: @@ -2926,17 +2828,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 19 Feb 2021 02:59:31 GMT + - Tue, 23 Feb 2021 08:57:39 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 pragma: - no-cache server: @@ -2947,9 +2849,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9c0bc447-ac30-46e1-bd14-452357e5c8a3 + - 4f5dbe46-4b6c-4124-97ad-468b46317eaf x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -2967,58 +2869,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-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, 19 Feb 2021 02:59:42 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-arm-service-request-id: - - 9701a4fd-ab09-4300-bb6e-5848d73d055d - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network routeserver delete - Connection: - - keep-alive - ParameterSetName: - - -g -n -y - User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3030,7 +2883,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 02:59:52 GMT + - Tue, 23 Feb 2021 08:57:49 GMT expires: - '-1' pragma: @@ -3047,7 +2900,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9b9f0f53-d825-4333-96ca-fea189ae1d15 + - 16c2eada-a84c-437d-8878-3623f8468bad status: code: 200 message: OK @@ -3065,9 +2918,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3079,7 +2932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 03:00:12 GMT + - Tue, 23 Feb 2021 08:58:00 GMT expires: - '-1' pragma: @@ -3096,7 +2949,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b4c0d1e9-8b42-4a85-a3ae-0c38224d883a + - 4d9bcc8f-8671-4f44-870e-69c78ff58a09 status: code: 200 message: OK @@ -3114,9 +2967,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3128,7 +2981,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 03:00:52 GMT + - Tue, 23 Feb 2021 08:58:21 GMT expires: - '-1' pragma: @@ -3145,7 +2998,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 75d1c8ed-befa-4452-b24a-c2020c7f6c66 + - 12a2a386-04bd-4c8c-aeb8-480e09d5210d status: code: 200 message: OK @@ -3163,9 +3016,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -3177,7 +3030,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 03:02:14 GMT + - Tue, 23 Feb 2021 08:59:01 GMT expires: - '-1' pragma: @@ -3194,7 +3047,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0f891859-ae5b-4aa3-8c94-d93ccb312a54 + - 72775eaa-702f-4d3f-8c69-ec7f341a6937 status: code: 200 message: OK @@ -3212,9 +3065,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/3f408ad4-7b46-40c4-a4d7-c10044cf69ec?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/c1430263-96ae-43fe-8214-ee62bd992ef7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -3226,7 +3079,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 03:04:55 GMT + - Tue, 23 Feb 2021 09:00:21 GMT expires: - '-1' pragma: @@ -3243,7 +3096,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 58d54b0a-cc61-4f2d-a0ac-3af637eb69b2 + - dfe64599-bb36-4bd8-8f6f-01c0301aa725 status: code: 200 message: OK @@ -3263,7 +3116,7 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_virtual_hub_router000001/providers/Microsoft.Network/virtualHubs/vrouter2?api-version=2020-08-01 response: @@ -3273,17 +3126,17 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/74ca3f0d-03d8-4ec7-b19c-88e6c1b9a824?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/6ee8c82a-b361-40d3-88fe-0eb8065f56a7?api-version=2020-08-01 cache-control: - no-cache content-length: - '0' date: - - Fri, 19 Feb 2021 03:04:57 GMT + - Tue, 23 Feb 2021 09:00:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/74ca3f0d-03d8-4ec7-b19c-88e6c1b9a824?api-version=2020-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operationResults/6ee8c82a-b361-40d3-88fe-0eb8065f56a7?api-version=2020-08-01 pragma: - no-cache server: @@ -3294,9 +3147,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 21ceb5c2-204e-418e-9430-bd06b73af627 + - 6b9cb6a8-2ef9-4828-a1f9-58928e9fae61 x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -3314,9 +3167,9 @@ interactions: ParameterSetName: - -g -n -y User-Agent: - - AZURECLI/2.19.0 azsdk-python-azure-mgmt-network/17.1.0 Python/3.7.3 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.19.1 azsdk-python-azure-mgmt-network/17.1.0 Python/3.8.5 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/74ca3f0d-03d8-4ec7-b19c-88e6c1b9a824?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/centraluseuap/operations/6ee8c82a-b361-40d3-88fe-0eb8065f56a7?api-version=2020-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -3328,7 +3181,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 19 Feb 2021 03:05:08 GMT + - Tue, 23 Feb 2021 09:00:34 GMT expires: - '-1' pragma: @@ -3345,7 +3198,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9dc721e0-826e-4da3-80b2-d2bd458237e0 + - f2b23447-102c-412d-9025-ed309809b5f2 status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py index 733afa7a797..f7ac72738a6 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/test_network_commands.py @@ -3660,21 +3660,21 @@ def test_network_virtual_hub_router_scenario(self, resource_group, resource_grou self.check('length(virtualRouterIps)', 2), ]) - self.cmd('network routeserver peering create -g {rg} --vrouter-name {vrouter} -n {peer} ' + self.cmd('network routeserver peering create -g {rg} --routeserver {vrouter} -n {peer} ' '--peer-asn 11000 --peer-ip 10.0.0.120') - self.cmd('network routeserver peering list -g {rg} --vrouter-name {vrouter}') + self.cmd('network routeserver peering list -g {rg} --routeserver {vrouter}') - self.cmd('network routeserver peering show -g {rg} --vrouter-name {vrouter} -n {peer}') + self.cmd('network routeserver peering show -g {rg} --routeserver {vrouter} -n {peer}') - self.cmd('network routeserver peering list-advertised-routes -g {rg} --vrouter-name {vrouter} -n {peer}') + self.cmd('network routeserver peering list-advertised-routes -g {rg} --routeserver {vrouter} -n {peer}') - self.cmd('network routeserver peering list-learned-routes -g {rg} --vrouter-name {vrouter} -n {peer}') + self.cmd('network routeserver peering list-learned-routes -g {rg} --routeserver {vrouter} -n {peer}') # unable to update unless the ASN's range is required - # self.cmd('network routeserver peering update -g {rg} --vrouter-name {vrouter} -n {peer} --peer-ip 10.0.0.0') + # self.cmd('network routeserver peering update -g {rg} --routeserver {vrouter} -n {peer} --peer-ip 10.0.0.0') - self.cmd('network routeserver peering delete -g {rg} --vrouter-name {vrouter} -n {peer} -y') + self.cmd('network routeserver peering delete -g {rg} --routeserver {vrouter} -n {peer} -y') self.cmd('network routeserver delete -g {rg} -n {vrouter} -y')